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.