Completed
Branch master (14fff6)
by Stefan
23:15
created
src/EventListener/AddRouteListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace GtmPlugin\EventListener;
4 4
 
5
-use Symfony\Component\HttpFoundation\Request;
6 5
 use Symfony\Component\HttpFoundation\RequestStack;
7 6
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
8 7
 use Xynnn\GoogleTagManagerBundle\Service\GoogleTagManager;
Please login to merge, or discard this patch.
src/DependencyInjection/GtmExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $configuration = new Configuration();
22 22
         $config = $this->processConfiguration($configuration, $configs);
23 23
 
24
-        foreach($config['features'] as $feature => $setting) {
24
+        foreach ($config['features'] as $feature => $setting) {
25 25
             $parameter = sprintf('gtm.features.%s', $feature);
26 26
 
27 27
             $container->setParameter($parameter, $setting);
Please login to merge, or discard this patch.