Completed
Branch develop (6fd611)
by Quentin
02:32
created
src/Majora/Component/OAuth/Entity/LoginAttempt.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Returns query value under given key if defined, null otherwise.
41 41
      *
42
-     * @param string $query
43 42
      *
44 43
      * @return mixed
45 44
      */
@@ -54,8 +53,8 @@  discard block
 block discarded – undo
54 53
     /**
55 54
      * Returns data value under given key if defined, null otherwise.
56 55
      *
57
-     * @param string $data
58 56
      *
57
+     * @param string $key
59 58
      * @return mixed
60 59
      */
61 60
     public function getData($key)
@@ -69,7 +68,6 @@  discard block
 block discarded – undo
69 68
     /**
70 69
      * Returns headers value under given key if defined, null otherwise.
71 70
      *
72
-     * @param string $headers
73 71
      *
74 72
      * @return mixed
75 73
      */
Please login to merge, or discard this patch.
src/Majora/Component/OAuth/Entity/Token.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -39,6 +39,8 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @see TokenInterface::__construct()
42
+     * @param integer $expireIn
43
+     * @param string $hash
42 44
      */
43 45
     public function __construct(
44 46
         ApplicationInterface $application,
Please login to merge, or discard this patch.