Completed
Branch v2.x (c604df)
by Loic
02:21 queued 19s
created
Security/User/AdUser.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -21,6 +21,10 @@
 block discarded – undo
21 21
     /** @var string */
22 22
     private $email;
23 23
 
24
+    /**
25
+     * @param string $username
26
+     * @param string $password
27
+     */
24 28
     public function __construct($username, $password, array $roles)
25 29
     {
26 30
         $this->username = $username;
Please login to merge, or discard this patch.