From 55abf6dfb26f687b2903885267e104f76902042b Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sat, 7 Nov 2015 17:48:02 -0500 Subject: [PATCH] Fix description of a BC break --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 1e38a294e8..9faf7c7ce6 100644 --- a/UPGRADING +++ b/UPGRADING @@ -352,7 +352,7 @@ Relevant RFCs: Other language changes ---------------------- -* Removed support for static calls to non-static calls form an incompatible +* Removed support for static calls to non-static methods from an incompatible $this context. In this case $this will not be defined, but the call will be allowed with a deprecation notice. An example: -- 2.50.1