Completed
Push — master ( dcf0f2...da9d55 )
by Jean C.
12s
created
src/Auth/BasicAuth.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -24,6 +24,10 @@
 block discarded – undo
24 24
     */
25 25
     private $key;
26 26
 
27
+    /**
28
+     * @param string $token
29
+     * @param string $key
30
+     */
27 31
     public function __construct($token, $key)
28 32
     {
29 33
         $this->token = $token;
Please login to merge, or discard this patch.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,10 @@
 block discarded – undo
18 18
     private $token;
19 19
 
20 20
     /**
21
-    * Access key.
22
-    *
23
-    * @var string
24
-    */
21
+     * Access key.
22
+     *
23
+     * @var string
24
+     */
25 25
     private $key;
26 26
 
27 27
     public function __construct($token, $key)
Please login to merge, or discard this patch.