@@ -192,8 +192,9 @@ |
||
192 | 192 | $this->previousRequest |
193 | 193 | ); |
194 | 194 | |
195 | - if (is_int($harvest) || $harvest->getResponse()->getStatusCode() !== 200) |
|
196 | - return false; |
|
195 | + if (is_int($harvest) || $harvest->getResponse()->getStatusCode() !== 200) { |
|
196 | + return false; |
|
197 | + } |
|
197 | 198 | |
198 | 199 | $this->previousRequest = $harvest->getResponse()->getRequest(); |
199 | 200 |