Failed Conditions
Push — ng ( ede6c5...efffe8 )
by Florent
11:50
created
src/Component/Server/AuthorizationEndpoint/Authorization.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -418,7 +418,7 @@  discard block
 block discarded – undo
418 418
     /**
419 419
      * @param string $key
420 420
      *
421
-     * @return mixed
421
+     * @return boolean
422 422
      */
423 423
     public function getData(string $key)
424 424
     {
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
 
432 432
     /**
433 433
      * @param string $key
434
-     * @param mixed  $data
434
+     * @param boolean  $data
435 435
      *
436 436
      * @return Authorization
437 437
      */
Please login to merge, or discard this patch.