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

Skip to content

Commit 27754ef

Browse files
CS fix.
1 parent 4868a65 commit 27754ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function testVariadics()
134134
$definition = $container->register(NamedArgumentsVariadicsDummy::class, NamedArgumentsVariadicsDummy::class);
135135
$definition->setArguments(
136136
array(
137-
'$class' => new \stdClass,
137+
'$class' => new \stdClass(),
138138
'$variadics' => array(
139139
new Reference('foo'),
140140
new Reference('bar'),

0 commit comments

Comments
 (0)