Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5fbe6d

Browse filesBrowse files
committed
Fix tests
1 parent 9e12ef2 commit e5fbe6d
Copy full SHA for e5fbe6d

File tree

3 files changed

+321
-134
lines changed
Filter options

3 files changed

+321
-134
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.