Passed
Push — master ( a8f10c...40db61 )
by Oleg
03:51
created
Micro.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         if (!$this->loaded) {
139 139
             $this->initialize();
140 140
 
141
-            $this->addListener('kernel.kill', function () {
141
+            $this->addListener('kernel.kill', function() {
142 142
                 /** @var IRequest $request */
143 143
                 $request = $this->injector->get('request');
144 144
 
Please login to merge, or discard this patch.