Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2869f

Browse files
committed
Revert php-cs-fixer automated change
1 parent d860412 commit 0f2869f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ public function testRegisterClassesWithExcludeAsArray()
177177
$loader->registerClasses(
178178
new Definition(),
179179
'Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\\',
180-
'Prototype/*',
181-
[
180+
'Prototype/*', [
182181
'Prototype/%sub_dir%',
183182
'Prototype/OtherDir/AnotherSub/DeeperBaz.php',
184183
]

0 commit comments

Comments
 (0)