Completed
Push — master ( 2c6713...007d70 )
by ARCANEDEV
13s queued 11s
created
src/NoCaptchaV2.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
      *
299 299
      * @param  string  $json
300 300
      *
301
-     * @return \Arcanedev\NoCaptcha\Utilities\AbstractResponse|mixed
301
+     * @return Utilities\AbstractResponse
302 302
      */
303 303
     protected function parseResponse($json)
304 304
     {
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
      *
334 334
      * @param  array   $attributes
335 335
      * @param  string  $name
336
-     * @param  array   $supported
336
+     * @param  string[]   $supported
337 337
      * @param  string  $default
338 338
      */
339 339
     private static function checkDataAttribute(array &$attributes, $name, array $supported, $default)
Please login to merge, or discard this patch.