Completed
Pull Request — master (#384)
by Damian
04:46
created
src/CrawlerDetect.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,6 +92,7 @@  discard block
 block discarded – undo
92 92
      * Compile the regex patterns into one regex string.
93 93
      *
94 94
      * @param array
95
+     * @param string[] $patterns
95 96
      *
96 97
      * @return string
97 98
      */
@@ -103,7 +104,7 @@  discard block
 block discarded – undo
103 104
     /**
104 105
      * Get HTTP Headers
105 106
      *
106
-     * @return array
107
+     * @return string[]
107 108
      */
108 109
     public function getHttpHeaders()
109 110
     {
Please login to merge, or discard this patch.