Passed
Push — master ( 16a580...e4676b )
by Enrico
02:13
created
src/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
             assert(isset($this[$route->getAction()]));
118 118
             
119 119
             // call onRouteMatch
120
-            foreach( $this->onRouteMatchListeners as $serviceName) {
120
+            foreach ($this->onRouteMatchListeners as $serviceName) {
121 121
                 $this[$serviceName];
122 122
             }
123 123
             
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
         }
220 220
         
221 221
         // call onResponse hook
222
-        foreach( $this->onResponseListeners as $serviceName) {
222
+        foreach ($this->onResponseListeners as $serviceName) {
223 223
             $this['response'] = $this[$serviceName];
224 224
         }
225 225
           
Please login to merge, or discard this patch.