From 9fedcb9b200af0feedab643469bd39f397e3108f Mon Sep 17 00:00:00 2001 From: Thomas Punt Date: Mon, 12 Oct 2015 19:40:54 +0000 Subject: [PATCH] Rectify docs (second time lucky...) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337989 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/typeerror.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/predefined/typeerror.xml b/language/predefined/typeerror.xml index 3090e4e478..1c40e32c17 100644 --- a/language/predefined/typeerror.xml +++ b/language/predefined/typeerror.xml @@ -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).