Completed
Push — master ( c83bef...20fddf )
by Freek
09:52
created
src/Crawler.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
      *
241 241
      * @param \Spatie\Crawler\Url $url
242 242
      *
243
-     * @return $this
243
+     * @return Url
244 244
      */
245 245
     protected function normalizeUrl(Url $url)
246 246
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
 use Generator;
6 6
 use GuzzleHttp\Client;
7 7
 use GuzzleHttp\Exception\RequestException;
8
+use GuzzleHttp\Pool;
8 9
 use GuzzleHttp\Psr7\Request;
9 10
 use GuzzleHttp\RequestOptions;
10
-use GuzzleHttp\Pool;
11 11
 use Illuminate\Support\Collection;
12 12
 use Psr\Http\Message\ResponseInterface;
13 13
 use Symfony\Component\DomCrawler\Crawler as DomCrawler;
Please login to merge, or discard this patch.