Add info about number of function args to TypeError docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337978 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sammy Kaye Powers 2015-10-09 06:46:17 +00:00
parent 2c422f528d
commit 4661fe1591

View file

@ -17,6 +17,8 @@
<para>
<ooclass><classname>TypeError</classname></ooclass> is thrown when strict
typing is enabled and an invalid argument is given to a function.
<ooclass><classname>TypeError</classname></ooclass> is also thrown when an
invalid number of arguments are passed to a function.
</para>
</section>
<!-- }}} -->