You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message:"#^Class class@anonymous/src/Testing/TestCase\\.php\\:259 has an uninitialized property \\$reflectionProvider\\. Give it default value or assign it in the constructor\\.$#"
92
+
message:"#^Class class@anonymous/src/Testing/TestCase\\.php\\:262 has an uninitialized property \\$reflectionProvider\\. Give it default value or assign it in the constructor\\.$#"
'Class OldStyleConstructorOnPhp8 constructor invoked with 0 parameters, 1 required.',
253
+
19,
254
+
],
255
+
];
256
+
257
+
if (!self::$useStaticReflectionProvider) {
258
+
$errors[] = [
259
+
'Methods with the same name as their class will not be constructors in a future version of PHP; OldStyleConstructorOnPhp8 has a deprecated constructor',
0 commit comments