Completed
Push — develop ( c61561...247dd8 )
by
unknown
17:35 queued 09:17
created
module/Cv/src/Cv/Entity/Cv.php 1 patch
Doc Comments   +4 added lines, -5 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
     {
@@ -261,7 +261,6 @@  discard block
 block discarded – undo
261 261
     }
262 262
 
263 263
     /**
264
-     * @param CollectionInterface $skills
265 264
      * @return $this
266 265
      */
267 266
     public function setLanguageSkills(CollectionInterface $languageSkills)
@@ -270,7 +269,7 @@  discard block
 block discarded – undo
270 269
         return $this;
271 270
     }
272 271
     /**
273
-     * @return ArrayCollection
272
+     * @return IdentityWrapper
274 273
      */
275 274
     public function getLanguageSkillsIndexedById()
276 275
     {
Please login to merge, or discard this patch.