Insert comma for clarity

As suggested by a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344980 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-05-08 12:05:17 +00:00
parent 13313fd4bc
commit c35452fd96

View file

@ -29,7 +29,7 @@ $array[] = $var;
<note>
<simpara>
If you use <function>array_push</function> to add one element to the
array it's better to use <literal>$array[] = </literal> because in that
array, it's better to use <literal>$array[] = </literal> because in that
way there is no overhead of calling a function.
</simpara>
</note>