Skip to content

Commit ace6b15

Browse files
committed
Fix GH-1437: Missing return type false for apcu_sma_info() in description
1 parent e8c8381 commit ace6b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/apcu/functions/apcu-sma-info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type>array</type><methodname>apcu_sma_info</methodname>
13+
<type class="union"><type>array</type><type>false</type></type><methodname>apcu_sma_info</methodname>
1414
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter><initializer>&false;</initializer></methodparam>
1515
</methodsynopsis>
1616
<para>

0 commit comments

Comments
 (0)