We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0571f09 commit 94938e4Copy full SHA for 94938e4
UPGRADING
@@ -164,7 +164,7 @@ PHP 8.0 UPGRADE NOTES
164
}
165
166
If both T1::func() and T2::func() exist, this code was previously silently
167
- 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
168
fatal error instead, and either T1::func or T2::func needs to be written
169
explicitly.
170
. The signature of abstract methods defined in traits is now checked against
0 commit comments