Passed
Push — master ( 458136...010310 )
by Willy
01:57
created
CharacterProfileApi/Model/Profession/ProfessionsValueObject.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @return ProfessionValueObject[]
37
+     * @return ProfessionValueObject
38 38
      */
39 39
     public function getPrimaryProfessions()
40 40
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return ProfessionValueObject[]
45
+     * @return ProfessionValueObject
46 46
      */
47 47
     public function getSecondaryProfessions()
48 48
     {
Please login to merge, or discard this patch.