Completed
Push — master ( da9d55...4b77f9 )
by Jean C.
15:14 queued 07:44
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.