Skip to content

Commit a4a692f

Browse files
committed
Missing return type false for apcu_sma_info() in description
php/doc-en@ace6b15
1 parent fefdb41 commit a4a692f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: ace6b151ca0bee0bb8c8f05073e361fe012c8454 Maintainer: satoruyoshida Status: ready -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.apcu-sma-info">
55
<refnamediv>
66
<refname>apcu_sma_info</refname>
@@ -11,7 +11,7 @@
1111
<refsect1 role="description">
1212
&reftitle.description;
1313
<methodsynopsis>
14-
<type>array</type><methodname>apcu_sma_info</methodname>
14+
<type class="union"><type>array</type><type>false</type></type><methodname>apcu_sma_info</methodname>
1515
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter><initializer>&false;</initializer></methodparam>
1616
</methodsynopsis>
1717
<para>

0 commit comments

Comments
 (0)