From 0c878e752fc5d604326641412f2244b2562990e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 19 Sep 2010 07:03:08 +0000 Subject: [PATCH] - Missed a "a" in previous commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303546 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/late-static-bindings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/late-static-bindings.xml b/language/oop5/late-static-bindings.xml index f99c656f6c..4b4b77d43a 100644 --- a/language/oop5/late-static-bindings.xml +++ b/language/oop5/late-static-bindings.xml @@ -13,7 +13,7 @@ class explicitly named (usually the one on the left of the :: operator); in case of non static method calls, it is the class of the object. A - "forwarding call" is static one that is introduced by self::, + "forwarding call" is a static one that is introduced by self::, parent::, static::, or, if going up in the class hierarchy, forward_static_call.