Completed
Pull Request — master (#6473)
by Vadim
10:43
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6470Test.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,6 +96,10 @@  discard block
 block discarded – undo
96 96
      */
97 97
     protected $userProfile;
98 98
 
99
+    /**
100
+     * @param string $name
101
+     * @param DDC6470User $userProfile
102
+     */
99 103
     public function __construct($name, $userProfile = null)
100 104
     {
101 105
         $this->name        = $name;
@@ -135,7 +139,7 @@  discard block
 block discarded – undo
135 139
     }
136 140
 
137 141
     /**
138
-     * @return \Entities\User
142
+     * @return User
139 143
      */
140 144
     public function getUserProfile()
141 145
     {
@@ -164,6 +168,9 @@  discard block
 block discarded – undo
164 168
      */
165 169
     protected $name;
166 170
 
171
+    /**
172
+     * @param string $name
173
+     */
167 174
     public function __construct($name)
168 175
     {
169 176
         $this->name = $name;
Please login to merge, or discard this patch.