diff options
author | Chris Brown <drbyte@zen-cart.com> | 2020-11-02 11:34:10 -0500 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-11-02 18:11:13 +0100 |
commit | 94938e4ee7b8a8b843b1deb56be1e60b6b74ce0b (patch) | |
tree | 0412e9c528ac0afc7a54fed0596c14f32f78bb0b /UPGRADING | |
parent | 0571f09424162603f416ca35d4339745f57dfcd8 (diff) | |
download | php-git-94938e4ee7b8a8b843b1deb56be1e60b6b74ce0b.tar.gz |
[ci skip] Fix small typo
`as` -> `was`
Closes GH-6394.
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |