summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChris Brown <drbyte@zen-cart.com>2020-11-02 11:34:10 -0500
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-02 18:11:13 +0100
commit94938e4ee7b8a8b843b1deb56be1e60b6b74ce0b (patch)
tree0412e9c528ac0afc7a54fed0596c14f32f78bb0b /UPGRADING
parent0571f09424162603f416ca35d4339745f57dfcd8 (diff)
downloadphp-git-94938e4ee7b8a8b843b1deb56be1e60b6b74ce0b.tar.gz
[ci skip] Fix small typo
`as` -> `was` Closes GH-6394.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
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