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 1c29395

Browse filesBrowse files
[FrameworkBundle] Fix bad interface hint in AbstractController
1 parent 0a963d2 commit 1c29395
Copy full SHA for 1c29395

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Psr\Container\ContainerInterface;
1515
use Doctrine\Common\Persistence\ManagerRegistry;
16+
use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
1617
use Symfony\Component\DependencyInjection\ServiceSubscriberInterface;
1718
use Symfony\Component\Form\FormFactoryInterface;
1819
use Symfony\Component\HttpFoundation\RequestStack;
@@ -23,7 +24,6 @@
2324
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
2425
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
2526
use Symfony\Component\Serializer\SerializerInterface;
26-
use Symfony\Component\Templating\EngineInterface;
2727
use Twig\Environment;
2828

2929
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.