Skip to content

Commit

Permalink
delete space
Browse files Browse the repository at this point in the history
  • Loading branch information
podhor01 committed Mar 17, 2016
1 parent 0005681 commit e32ac8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testServiceDefinitionExists()
$controllerDefition = new Definition(SomeController::class);
$containerBuilder->setDefinition(
'symplify.controllerautowire.tests.dependencyinjection.'
. 'compiler.registercontrollerspasssource.somecontroller',
.'compiler.registercontrollerspasssource.somecontroller',
$controllerDefition
);
$this->assertCount(1, $containerBuilder->getDefinitions());
Expand Down

0 comments on commit e32ac8c

Please sign in to comment.