Completed
Pull Request — master (#33)
by
unknown
01:25
created
src/Command/AuthInfoCommand.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -34,6 +34,10 @@
 block discarded – undo
34 34
      */
35 35
     private $value;
36 36
 
37
+    /**
38
+     * @param string $type
39
+     * @param string $value
40
+     */
37 41
     public function __construct($type, $value)
38 42
     {
39 43
         $this->type = $type;
Please login to merge, or discard this patch.