Skip to content

Commit e106c74

Browse files
committed
fixed CS
1 parent be0feb3 commit e106c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function testAddServiceIdWithUnsupportedCharacters()
235235
$class = 'Symfony_DI_PhpDumper_Test_Unsupported_Characters';
236236
$container = new ContainerBuilder();
237237
$container->setParameter("'", 'oh-no');
238-
$container->register("foo*/oh-no", 'FooClass')->setPublic(true);
238+
$container->register('foo*/oh-no', 'FooClass')->setPublic(true);
239239
$container->register('bar$', 'FooClass')->setPublic(true);
240240
$container->register('bar$!', 'FooClass')->setPublic(true);
241241
$container->compile();

0 commit comments

Comments
 (0)