Passed
Push — master ( b01812...3926c4 )
by Gabor
03:44
created
src/WebHemi/Application/AbstractApplication.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
         return $this->container;
118 118
     }
119 119
 
120
-   /**
120
+    /**
121 121
      * Runs the application. This is where the magic happens.
122 122
      * For example for a web application this initializes the Request and Response objects, builds the middleware
123 123
      * pipeline, applies the Routing and the Dispatch.
Please login to merge, or discard this patch.