8000 Fix tests · symfony/symfony@f1cb9fa · GitHub
[go: up one dir, main page]

Skip to content

Commit f1cb9fa

Browse files
committed
Fix tests
1 parent ef99840 commit f1cb9fa

File tree

3 files changed

+321
-134
lines changed

3 files changed

+321
-134
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ trait ControllerTrait
4848
{
4949
protected function getRouter(): RouterInterface
5050
{
51-
throw new \LogicException(sprintf('An instance of "%" must be provided.', RouterInterface::class));
51+
throw new \LogicException(sprintf('An instance of "%s" must be provided.', RouterInterface::class));
5252
}
5353

5454
protected function getRequestStack(): RequestStack

0 commit comments

Comments
 (0)
0