Completed
Push — master ( 894cda...3fc6cc )
by Oleksii
06:22
created
src/Exception/SearchLimitException.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
      * SearchLimitException constructor.
18 18
      *
19 19
      * @param string $message
20
-     * @param \Exception $previous
21 20
      */
22 21
     public function __construct($message)
23 22
     {
Please login to merge, or discard this patch.
src/Request/Request.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
     /**
44 44
      * Language, you want to get keyword suggestions for.
45 45
      *
46
-     * @param string $countryCode Two characters of country code
47 46
      *
48 47
      * @return $this
49 48
      */
Please login to merge, or discard this patch.