From ae935d4f16a5460aca50c01e53610dfa47581a4a Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 11 Nov 2007 15:03:30 +0000 Subject: [PATCH] The error is catchable git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246006 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/typehinting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/typehinting.xml b/language/oop5/typehinting.xml index efed8aaa4a..5a2cb930b5 100644 --- a/language/oop5/typehinting.xml +++ b/language/oop5/typehinting.xml @@ -1,5 +1,5 @@ - + Type Hinting @@ -44,7 +44,7 @@ class OtherClass { ]]> - Failing to satisfy the type hint results in a fatal error. + Failing to satisfy the type hint results in a catchable fatal error.