From 94938e4ee7b8a8b843b1deb56be1e60b6b74ce0b Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 2 Nov 2020 11:34:10 -0500 Subject: [PATCH] [ci skip] Fix small typo `as` -> `was` Closes GH-6394. --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0