Passed
Push — develop ( 2a8bed...7318c1 )
by Olivier
04:52 queued 01:42
created
src/Active.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
 
233 233
     /**
234 234
      * Returns activeValue or inactiveValue for checkQueryHas test
235
-     * @param  string  $parameters
235
+     * @param  string[]  $parameters
236 236
      * @return string  Active state string
237 237
      * @see Active::checkQueryHas()
238 238
      */
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
 
244 244
     /**
245 245
      * Returns activeValue or inactiveValue for checkQueryHasOnly test
246
-     * @param  string  $parameters
246
+     * @param  string[]  $parameters
247 247
      * @return string  Active state string
248 248
      * @see Active::checkQueryHasOnly()
249 249
      */
Please login to merge, or discard this patch.