Rectify docs (second time lucky...)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337989 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Punt 2015-10-12 19:40:54 +00:00
parent 8e7d8cde63
commit 9fedcb9b20

View file

@ -21,7 +21,7 @@
its corresponding declared parameter type. The second is where a value
being returned from a function does not match the declared function return
type. The third is where an invalid number of arguments are passed to a
built-in PHP function.
built-in PHP function (strict mode only).
</para>
</section>
<!-- }}} -->