Completed
Pull Request — master (#189)
by Mark
12:10
created
src/CrawlerDetect.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@  discard block
 block discarded – undo
56 56
     /**
57 57
      * Check the IP address.
58 58
      * 
59
+     * @param string $userIp
59 60
      * @return $this
60 61
      */
61 62
     public function ip($userIp)
@@ -72,7 +73,6 @@  discard block
 block discarded – undo
72 73
     /**
73 74
      * Check user agent string against the regex.
74 75
      *
75
-     * @param string|null $userAgent
76 76
      *
77 77
      * @return bool
78 78
      */
Please login to merge, or discard this patch.
src/Detectors/AgentDetector.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@
 block discarded – undo
100 100
     /**
101 101
      * Set HTTP headers.
102 102
      *
103
-     * @param array|null $httpHeaders
104 103
      */
105 104
     public function setHttpHeaders()
106 105
     {
Please login to merge, or discard this patch.