@@ -35,7 +35,7 @@ |
||
35 | 35 | foreach ($results as $result) { |
36 | 36 | /** @var UriAwareResponse $response */ |
37 | 37 | if ($result->getStatus() == CheckResult::STATUS_FAILURE) { |
38 | - $this->memory[] = (string)$response->getUri(); |
|
38 | + $this->memory[] = (string) $response->getUri(); |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 | } |