Completed
Push — master ( e2543c...e22f7e )
by Evgenij
03:34
created
src/RequestExecutor/LibEventRequestExecutor.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
     protected function terminateRequest()
118 118
     {
119 119
         parent::terminateRequest();
120
-        $this->base        = null;
120
+        $this->base = null;
121 121
 
122 122
         $this->connectStage    = null;
123 123
         $this->ioStage         = null;
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
             case LeCallbackInterface::EVENT_READ:
182 182
                 // fall down
183 183
             case LeCallbackInterface::EVENT_WRITE:
184
-                $result       = $this->ioStage->processStage([ $requestDescriptor ]);
184
+                $result       = $this->ioStage->processStage([$requestDescriptor]);
185 185
                 $doResetEvent = empty($result);
186 186
 
187 187
                 break;
Please login to merge, or discard this patch.