Passed
Push — master ( 68b437...eb1a97 )
by Mike
08:08
created
src/Xervice/Twig/TwigDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
      */
24 24
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
25 25
     {
26
-        $container[self::PATH_PROVIDER_COLLECTION] = function () {
26
+        $container[self::PATH_PROVIDER_COLLECTION] = function() {
27 27
             return new PathCollection(
28 28
                 $this->getPathProviderList()
29 29
             );
30 30
         };
31 31
 
32
-        $container[self::TWIG_EXTENSIONS] = function () {
32
+        $container[self::TWIG_EXTENSIONS] = function() {
33 33
             return new TwigExtensionCollection(
34 34
                 $this->getTwigExtensions()
35 35
             );
Please login to merge, or discard this patch.