Skip to content

Commit 352f899

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent e10a245 commit 352f899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Loader/YamlFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function testPriorityWithHost()
493493
{
494494
new LoaderResolver([
495495
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
496-
new class() extends AttributeClassLoader {
496+
new class extends AttributeClassLoader {
497497
protected function configureRoute(
498498
Route $route,
499499
\ReflectionClass $class,

0 commit comments

Comments
 (0)