10000 Fabbot really hates me · symfony/symfony@7045c4c · GitHub
[go: up one dir, main page]

Skip to content
< 10000 div class="prc-PageLayout-HeaderContent-dVIQb" style="--spacing:var(--spacing-normal)">

Commit 7045c4c

Browse files
committed
Fabbot really hates me
1 parent f48a065 commit 7045c4c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 symfony/dependency-injection 4.1.0 or higher ' .
69+
'The "parameter_bag" service could not be located. Ensure that symfony/dependency-injection 4.1.0 or higher '.
7070
'is installed and that the controller is either set to be autoconfigured or wired manually to inject it');
7171
}
7272

src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Psr\Container\ContainerInterface;
1515
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1616
use Symfony\Component\DependencyInjection\Container;
17-
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
1817
use Symfony\Component\DependencyInjection\ParameterBag\ContainerBag;
1918
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
2019

0 commit comments

Comments
 (0)
0