Completed
Push — master ( e99149...b761cd )
by Rias
02:28 queued 14s
created
src/Handlers/CrawlRequestFulfilled.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         $this->crawler->getCrawlObservers()->crawled($crawlUrl, $response);
75 75
     }
76 76
 
77
+    /**
78
+     * @param integer $readMaximumBytes
79
+     */
77 80
     protected function convertBodyToString(StreamInterface $bodyStream, $readMaximumBytes = 1024 * 1024 * 2): string
78 81
     {
79 82
         $bodyStream->rewind();
Please login to merge, or discard this patch.