Fix parameter type

Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340548 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-10-18 11:22:38 +00:00
parent 6382cb4b84
commit eabef7a4ef
4 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<refnamediv>
<refname>Ds\Map::slice</refname>
<refpurpose>
Returns a subset of the map defined by a starting index and length.
Returns a subset of the map defined by a starting index and length.
</refpurpose>
</refnamediv>
@ -14,7 +14,7 @@
<methodsynopsis>
<modifier>public</modifier> <type>Ds\Map</type><methodname>Ds\Map::slice</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>length</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Returns a subset of the map defined by a starting <parameter>index</parameter> and <parameter>length</parameter>.

View file

@ -5,7 +5,7 @@
<refnamediv>
<refname>Ds\Sequence::slice</refname>
<refpurpose>
Returns a sub-sequence of a given range.
Returns a sub-sequence of a given range.
</refpurpose>
</refnamediv>
@ -14,7 +14,7 @@
<methodsynopsis>
<modifier>abstract</modifier> <modifier>public</modifier> <type>Ds\Sequence</type><methodname>Ds\Sequence::slice</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>length</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Creates a sub-sequence of a given range.

View file

@ -5,7 +5,7 @@
<refnamediv>
<refname>Ds\Set::slice</refname>
<refpurpose>
Returns a sub-set of a given range.
Returns a sub-set of a given range.
</refpurpose>
</refnamediv>
@ -14,7 +14,7 @@
<methodsynopsis>
<modifier>public</modifier> <type>Ds\Set</type><methodname>Ds\Set::slice</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>length</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Creates a sub-set of a given range.

View file

@ -5,7 +5,7 @@
<refnamediv>
<refname>Ds\Vector::slice</refname>
<refpurpose>
Returns a sub-vector of a given range.
Returns a sub-vector of a given range.
</refpurpose>
</refnamediv>
@ -14,7 +14,7 @@
<methodsynopsis>
<modifier>public</modifier> <type>Ds\Vector</type><methodname>Ds\Vector::slice</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>length</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Creates a sub-vector of a given range.