@@ -19,7 +19,7 @@ |
||
| 19 | 19 | */ |
| 20 | 20 | public function isFiltered(UriInterface $currentUri, UriInterface $startUri) |
| 21 | 21 | { |
| 22 | - return strlen((string)$currentUri) > 255; |
|
| 22 | + return strlen((string) $currentUri) > 255; |
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | public function isResponseFiltered(ResponseInterface $response, UriInterface $startUri) |