@@ -117,7 +117,7 @@ discard block |
||
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 |
||
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; |