Completed
Push — master ( a0e7bf...315949 )
by Alex
02:22
created
src/Configuration/TwigConfiguration.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -63,10 +63,10 @@
 block discarded – undo
63 63
     /**
64 64
      * @return string $rootDir
65 65
      */
66
-     protected function getRootDir()
67
-     {
68
-         $rootDir = dirname(dirname(dirname(dirname(dirname(__DIR__)))));
66
+        protected function getRootDir()
67
+        {
68
+            $rootDir = dirname(dirname(dirname(dirname(dirname(__DIR__)))));
69 69
 
70
-         return $rootDir;
71
-     }
70
+            return $rootDir;
71
+        }
72 72
 }
Please login to merge, or discard this patch.