8000 And Fabbot disagrees again with my spaces between all operators · symfony/symfony@90222db · GitHub
[go: up one dir, main page]

Skip to content

Commit 90222db

Browse files
committed
And Fabbot disagrees again with my spaces between all operators
1 parent 3dec31d commit 90222db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function getParameter(string $name)
6666
{
6767
if (!$this->container->has('parameter_bag')) {
6868
throw new ServiceNotFoundException('parameter_bag', null, null, array(),
69-
'The "parameter_bag" service could not be located. Ensure that the controller is either set ' .
69+
'The "parameter_bag" service could not be located. Ensure that the controller is either set '.
7070
'to be autoconfigured or wired manually to inject it.');
7171
}
7272

0 commit comments

Comments
 (0)
0