This commit is contained in:
Fabien Potencier
2025-01-19 16:54:05 +01:00
parent 6513bc48f0
commit 76062c8d51
13 changed files with 26 additions and 25 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ class DeprecatedCallableInfoTest extends TestCase
if (\E_USER_DEPRECATED === $type) {
$deprecations[] = $msg;
}
return false;
});
@@ -62,7 +62,7 @@ class DeprecatedCallableInfoTest extends TestCase
if (\E_USER_DEPRECATED === $type) {
$deprecations[] = $msg;
}
return false;
});