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

Skip to content

Commit b75f4d1

Browse files
committed
CS fix
1 parent 90d98be commit b75f4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function testProcessForAutoconfiguredCalls()
209209
$expected = array(
210210
array('setFoo', array(
211211
'plain_value',
212-
'%some_parameter%'
212+
'%some_parameter%',
213213
)),
214214
array('callBar', array()),
215215
array('isBaz', array()),

0 commit comments

Comments
 (0)