Completed
Pull Request — master (#8)
by Tomáš
08:42 queued 06:33
created
src/Ares.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@
 block discarded – undo
321 321
     }
322 322
 
323 323
     /**
324
-     * @param mixed $id
324
+     * @param integer $id
325 325
      */
326 326
     private function ensureIdIsInteger($id)
327 327
     {
Please login to merge, or discard this patch.
src/Justice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @return int|false
72
+     * @return false|string
73 73
      */
74 74
     private function extractDetailUrlFromCrawler(Crawler $crawler)
75 75
     {
Please login to merge, or discard this patch.