mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-18 02:32:52 +00:00
Fix CS
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user