Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f2869f

Browse filesBrowse files
committed
Revert php-cs-fixer automated change
1 parent d860412 commit 0f2869f
Copy full SHA for 0f2869f

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php
+1-2
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.