Passed
Pull Request — development (#671)
by Nick
06:47
created
htdocs/app/AppKernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,6 +106,6 @@
 block discarded – undo
106 106
      */
107 107
     public static function Container()
108 108
     {
109
-       return self::getInstance()->getContainer();
109
+        return self::getInstance()->getContainer();
110 110
     }
111 111
 }
Please login to merge, or discard this patch.