Completed
Pull Request — develop (#228)
by ANTHONIUS
08:38
created
module/Cv/src/Cv/Entity/Cv.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
     }
140 140
     
141 141
     /**
142
-     * @return ArrayCollection
142
+     * @return IdentityWrapper
143 143
      */
144 144
     public function getEducationsIndexedById()
145 145
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
     
170 170
     /**
171
-     * @return ArrayCollection
171
+     * @return IdentityWrapper
172 172
      */
173 173
     public function getEmploymentsIndexedById()
174 174
     {
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     }
198 198
     
199 199
     /**
200
-     * @return ArrayCollection
200
+     * @return IdentityWrapper
201 201
      */
202 202
     public function getSkillsIndexedById()
203 203
     {
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
     }
276 276
 
277 277
     /**
278
-     * @return ArrayCollection
278
+     * @return IdentityWrapper
279 279
      */
280 280
     public function getLanguageSkillsIndexedById()
281 281
     {
Please login to merge, or discard this patch.