mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197340 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
504a06be1c
commit
7be6bd75f6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.expect-expectl">
|
||||
<refnamediv>
|
||||
<refname>expect_expectl</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>expect_expectl</methodname>
|
||||
<type>mixed</type><methodname>expect_expectl</methodname>
|
||||
<methodparam><type>resource</type><parameter>expect</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>cases</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
Loading…
Reference in a new issue