Completed
Pull Request — master (#6473)
by Vadim
63:15
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6470Test.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@  discard block
 block discarded – undo
76 76
      */
77 77
     protected $userProfile;
78 78
 
79
+    /**
80
+     * @param string $name
81
+     */
79 82
     public function __construct($name, $userProfile = null)
80 83
     {
81 84
         $this->name = $name;
@@ -151,6 +154,9 @@  discard block
 block discarded – undo
151 154
      */
152 155
     protected $user;
153 156
 
157
+    /**
158
+     * @param string $name
159
+     */
154 160
     public function __construct($name, DDC6470Driver $user)
155 161
     {
156 162
         $this->name = $name;
Please login to merge, or discard this patch.