Completed
Push — master ( dcf0f2...da9d55 )
by Jean C.
12s
created
src/Auth/BasicAuth.php 1 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.