We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addf9a5 commit 1c55b32Copy full SHA for 1c55b32
src/EventListener/PreLoadAssetsEventListener.php
@@ -85,7 +85,7 @@ public static function getSubscribedEvents()
85
}
86
87
/**
88
- * For backwards-compat with symfony/web-link 4.3 and lower
+ * For backwards-compat with symfony/web-link 4.3 and lower.
89
*
90
* @return Link|FigLink
91
*/
tests/IntegrationTest.php
@@ -14,7 +14,6 @@
14
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
15
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
16
use Symfony\Bundle\TwigBundle\TwigBundle;
17
-use Symfony\Bundle\TwigBundle\Controller\ExceptionController;
18
use Symfony\Component\Config\Loader\LoaderInterface;
19
use Symfony\Component\DependencyInjection\Alias;
20
use Symfony\Component\DependencyInjection\ContainerBuilder;
0 commit comments