Skip to content

Commit ad9d50c

Browse files
authored
Sync radius_get_vendor_attr return type hint (#800)
1 parent 1c3150c commit ad9d50c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reference/radius/functions/radius-get-vendor-attr.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9ac4d06c0bddbbb1b87ba93d1591ef1707d30420 Maintainer: PhilDaiguille Status: ready -->
3+
<!-- EN-Revision: 4047ef2a8b552d69909e1cee259fcad65d2510c7 Maintainer: PhilDaiguille Status: ready -->
44
<!-- Reviewed: no -->
5-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.radius-get-vendor-attr">
5+
<refentry xml:id="function.radius-get-vendor-attr" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
77
<refname>radius_get_vendor_attr</refname>
88
<refpurpose>Extrae un atributo específico del proveedor</refpurpose>
@@ -11,7 +11,7 @@
1111
<refsect1 role="description">
1212
&reftitle.description;
1313
<methodsynopsis>
14-
<type>array</type><methodname>radius_get_vendor_attr</methodname>
14+
<type class="union"><type>array</type><type>false</type></type><methodname>radius_get_vendor_attr</methodname>
1515
<methodparam><type>string</type><parameter>data</parameter></methodparam>
1616
</methodsynopsis>
1717
<simpara>

0 commit comments

Comments
 (0)