@@ -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 | { |