@@ -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 | { |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |
129 | - * @return string |
|
129 | + * @return Uuid |
|
130 | 130 | */ |
131 | 131 | public function getId() |
132 | 132 | { |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | } |
216 | 216 | |
217 | 217 | /** |
218 | - * @return array |
|
218 | + * @return string[] |
|
219 | 219 | */ |
220 | 220 | public static function getStatuses() |
221 | 221 | { |
@@ -143,7 +143,7 @@ |
||
143 | 143 | return $this->status === self::STATUS_PAID; |
144 | 144 | } |
145 | 145 | /** |
146 | - * @return array |
|
146 | + * @return string[] |
|
147 | 147 | */ |
148 | 148 | public static function getStatuses() |
149 | 149 | { |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | } |
224 | 224 | |
225 | 225 | /** |
226 | - * @return mixed |
|
226 | + * @return string |
|
227 | 227 | */ |
228 | 228 | public function getYear() |
229 | 229 | { |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | } |
240 | 240 | |
241 | 241 | /** |
242 | - * @return int |
|
242 | + * @return string |
|
243 | 243 | */ |
244 | 244 | public function getMonth() |
245 | 245 | { |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | } |
256 | 256 | |
257 | 257 | /** |
258 | - * @return int |
|
258 | + * @return string |
|
259 | 259 | */ |
260 | 260 | public function getDay() |
261 | 261 | { |
@@ -325,7 +325,7 @@ discard block |
||
325 | 325 | } |
326 | 326 | |
327 | 327 | /** |
328 | - * @return Collection |
|
328 | + * @return PriceCategory[] |
|
329 | 329 | */ |
330 | 330 | public function getPriceCategories() |
331 | 331 | { |