From: Chris Brown Date: Mon, 2 Nov 2020 16:34:10 +0000 (-0500) Subject: [ci skip] Fix small typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94938e4ee7b8a8b843b1deb56be1e60b6b74ce0b;p=php [ci skip] Fix small typo `as` -> `was` Closes GH-6394. --- diff --git a/UPGRADING b/UPGRADING index 579424fbef..ed7dd70ea9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -164,7 +164,7 @@ PHP 8.0 UPGRADE NOTES } If both T1::func() and T2::func() exist, this code was previously silently - accepted, and func as assumed to refer to T1::func. Now it will generate a + accepted, and func was assumed to refer to T1::func. Now it will generate a fatal error instead, and either T1::func or T2::func needs to be written explicitly. . The signature of abstract methods defined in traits is now checked against