Skip to content

Commit 39e88ed

Browse files
committed
fixed CS
1 parent abb9132 commit 39e88ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigEnvironmentPassTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ public function testTwigBridgeExtensionsAreRegisteredFirst()
3737
->with('twig.extension')
3838
->will($this->returnValue(array(
3939
'other_extension' => array(
40-
array()
40+
array(),
4141
),
4242
'twig_bridge_extension' => array(
43-
array()
44-
)
43+
array(),
44+
),
4545
)));
4646

4747
$otherExtensionDefinitionMock = $this->getMockBuilder(Definition::class)

0 commit comments

Comments
 (0)