Passed
Push — master ( 4b954d...b01812 )
by Gabor
03:38
created
src/WebHemi/Application/PipelineManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     /**
84 84
      * Checks the given class against Middleware Criteria.
85 85
      *
86
-     * @param $middleWareClass
86
+     * @param string $middleWareClass
87 87
      *
88 88
      * @throws RuntimeException
89 89
      *
Please login to merge, or discard this patch.
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.