Skip to content

Commit

Permalink
Update array_combine return values section (#1513)
Browse files Browse the repository at this point in the history
Fix #1512
  • Loading branch information
saundefined committed Apr 12, 2022
1 parent 464ffb2 commit 764e22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/array/functions/array-combine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the combined <type>array</type>, &false; if the number of elements
for each array isn't equal.
Returns the combined <type>array</type>.
</para>
</refsect1>

Expand Down Expand Up @@ -82,7 +81,8 @@
<entry>
<function>array_combine</function> will now throw a
<classname>ValueError</classname> if the number of elements
for each array is not equal.
for each array is not equal;
previously this function returned &false; instead.
</entry>
</row>
</tbody>
Expand Down

0 comments on commit 764e22f

Please sign in to comment.