Completed
Branch 2.0-dev (8e7c3a)
by Jan-Petter
02:24
created
src/RobotsTxtParser/Client/UserAgentClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     /**
113 113
      * Check if the URL belongs to current robots.txt
114 114
      *
115
-     * @param $urls
115
+     * @param string[] $urls
116 116
      * @return bool
117 117
      */
118 118
     protected function isUrlApplicable($urls)
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * Determine Request rates
186 186
      *
187
-     * @param $timestamp
187
+     * @param integer $timestamp
188 188
      * @return array
189 189
      */
190 190
     protected function determineRequestRates($timestamp)
Please login to merge, or discard this patch.