mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1437: Missing return type false for apcu_sma_info() in description
This commit is contained in:
parent
e8c83816e0
commit
ace6b151ca
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>apcu_sma_info</methodname>
|
||||
<type class="union"><type>array</type><type>false</type></type><methodname>apcu_sma_info</methodname>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter><initializer>&false;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue