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