@@ -66,7 +66,7 @@ |
||
66 | 66 | |
67 | 67 | /** |
68 | 68 | * @param $entityName |
69 | - * @param $csvFile |
|
69 | + * @param string $csvFile |
|
70 | 70 | * @return array |
71 | 71 | */ |
72 | 72 | protected function csvToArray($entityName, $csvFile) |
@@ -32,7 +32,7 @@ |
||
32 | 32 | protected $count; |
33 | 33 | |
34 | 34 | /** |
35 | - * @return mixed |
|
35 | + * @return Employee[] |
|
36 | 36 | */ |
37 | 37 | public function getEmployees() |
38 | 38 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | protected $count; |
32 | 32 | |
33 | 33 | /** |
34 | - * @return mixed |
|
34 | + * @return Performance[] |
|
35 | 35 | */ |
36 | 36 | public function getPerformances() |
37 | 37 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | protected $count; |
32 | 32 | |
33 | 33 | /** |
34 | - * @return mixed |
|
34 | + * @return Post[] |
|
35 | 35 | */ |
36 | 36 | public function getPosts() |
37 | 37 | { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | protected $count; |
33 | 33 | |
34 | 34 | /** |
35 | - * @return mixed |
|
35 | + * @return History[] |
|
36 | 36 | */ |
37 | 37 | public function getHistory() |
38 | 38 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Doctrine\Common\Collections\ArrayCollection; |
8 | 8 | use Doctrine\Common\Collections\Collection; |
9 | 9 | use Doctrine\ORM\Mapping as ORM; |
10 | -use Gedmo\Blameable\Traits\BlameableEntity; |
|
11 | 10 | use Gedmo\Mapping\Annotation as Gedmo; |
12 | 11 | use Gedmo\Translatable\Document\Translation; |
13 | 12 | use JMS\Serializer\Annotation\ExclusionPolicy; |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | } |
209 | 209 | |
210 | 210 | /** |
211 | - * @return mixed |
|
211 | + * @return string |
|
212 | 212 | */ |
213 | 213 | public function getYear() |
214 | 214 | { |
@@ -224,7 +224,7 @@ discard block |
||
224 | 224 | } |
225 | 225 | |
226 | 226 | /** |
227 | - * @return int |
|
227 | + * @return string |
|
228 | 228 | */ |
229 | 229 | public function getMonth() |
230 | 230 | { |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | } |
241 | 241 | |
242 | 242 | /** |
243 | - * @return int |
|
243 | + * @return string |
|
244 | 244 | */ |
245 | 245 | public function getDay() |
246 | 246 | { |