diff --git a/language/oop5/late-static-bindings.xml b/language/oop5/late-static-bindings.xml index 062b2c4176..769415975a 100644 --- a/language/oop5/late-static-bindings.xml +++ b/language/oop5/late-static-bindings.xml @@ -1,5 +1,5 @@ - + Late Static Bindings @@ -153,10 +153,10 @@ TestParent - Late static bindings' resolution will stop at a fully resolved static call with no fallback. + Late static bindings' resolution will stop at a fully resolved static call with no fallback. On the other hand, static calls using keywords like parent:: or self:: will forward the calling information. - Fully resolved static calls + Forwarding and non-forwarding calls ]]> @@ -188,6 +195,8 @@ B::test();