@@ -291,11 +291,11 @@ discard block |
||
291 | 291 | |
292 | 292 | /** |
293 | 293 | * @param \Illuminate\Support\Collection $timeSlots |
294 | - * @param bool|true $free if true the array is filled with 1 for timeslots values else with 0 for timeslots values |
|
295 | - * @param array $ids array of ids that we consider, if they are not present inside timeSlots we fill the entire row |
|
294 | + * @param boolean $free if true the array is filled with 1 for timeslots values else with 0 for timeslots values |
|
295 | + * @param string[] $ids array of ids that we consider, if they are not present inside timeSlots we fill the entire row |
|
296 | 296 | * with the default value |
297 | 297 | * @param int $timeSlotsN number of timeslots |
298 | - * @return array |
|
298 | + * @return string[] |
|
299 | 299 | */ |
300 | 300 | static private function getAvailabilityArray(\Illuminate\Support\Collection $timeSlots, $timeSlotsN, array $ids, $free = true) |
301 | 301 | { |
@@ -344,6 +344,7 @@ discard block |
||
344 | 344 | * @param array $array |
345 | 345 | * @param int $id |
346 | 346 | * @param string $fill |
347 | + * @param integer $until |
|
347 | 348 | * @return array |
348 | 349 | */ |
349 | 350 | static private function fillRow(array $array, $id, $until, $fill = '0') |
@@ -396,10 +397,10 @@ discard block |
||
396 | 397 | } |
397 | 398 | |
398 | 399 | /** |
399 | - * @param array $users |
|
400 | - * @param array $meetings |
|
400 | + * @param string[] $users |
|
401 | + * @param string[] $meetings |
|
401 | 402 | * @param \Illuminate\Support\Collection $usersMeetings |
402 | - * @return array |
|
403 | + * @return string[] |
|
403 | 404 | */ |
404 | 405 | static private function getUsersMeetingsArray($users, $meetings, \Illuminate\Support\Collection $usersMeetings) |
405 | 406 | { |