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
@trigger_error(sprintf('The "%s::%s()" method is deprecated%s. You should not extend it from "%s".', $declaringClass, $method->name, $message, $name), E_USER_DEPRECATED);
240
-
}
241
-
}
242
234
if (isset(self::$internalMethods[$use][$method->name])) {
'message' => 'The "Symfony\Component\Debug\Tests\Fixtures\AnnotatedClass::deprecatedMethod()" method is deprecated since version 3.4. You should not extend it from "Test\Symfony\Component\Debug\Tests\ExtendsAnnotatedClass".',
352
-
);
353
-
354
-
$this->assertSame($xError, $lastError);
355
-
}
356
-
357
335
publicfunctiontestInternalsUse()
358
336
{
359
337
$deprecations = array();
@@ -413,10 +391,6 @@ public function findFile($class)
413
391
eval('namespace Test\\'.__NAMESPACE__.'; class Float {}');
0 commit comments