Completed
Push — master ( f03f33...6249fb )
by Nils
11:31
created
SmokeResponseRetriever/Retriever/Crawler/Filter/LongUrlFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.