@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | public function validate(Response $response) |
15 | 15 | { |
16 | - $url = (string)$response->getUri(); |
|
16 | + $url = (string) $response->getUri(); |
|
17 | 17 | |
18 | 18 | if (substr_count($url, '/') == 2) { |
19 | 19 | $filename = $robotsUrl = $url . "/robots.txt"; |