From 5eebd5539183a46929570e00e967cf16ebca97ce Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Mon, 7 Oct 2019 09:39:10 -0400 Subject: [PATCH] Fix grammar nits on php 7.4 UPGRADING --- UPGRADING | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UPGRADING b/UPGRADING index 9be3fb34bc..eefa590f89 100644 --- a/UPGRADING +++ b/UPGRADING @@ -28,11 +28,11 @@ PHP 7.4 UPGRADE NOTES RFC: https://wiki.php.net/rfc/notice-for-non-valid-array-container . get_declared_classes() no longer returns anonymous classes that haven't been instantiated yet. - . "fn" is now a reserved keyword. In particular it can no longer be used as a + . "fn" is now a reserved keyword. In particular, it can no longer be used as a function or class name. It can still be used as a method or class constant name. . Passing the result of a (non-reference) list() assignment by reference is - consistently disallowed now. Previously this worked if the right hand side + consistently disallowed now. Previously this worked if the right-hand side was a simple (CV) variable and did not occur as part of the list(). . `