@@ -278,8 +278,8 @@ discard block |
||
278 | 278 | |
279 | 279 | /** |
280 | 280 | * @param \Illuminate\Support\Collection $timeSlots |
281 | - * @param bool|true $free if true the array is filled with 1 for timeslots values else with 0 for timeslots values |
|
282 | - * @return array |
|
281 | + * @param boolean $free if true the array is filled with 1 for timeslots values else with 0 for timeslots values |
|
282 | + * @return string[] |
|
283 | 283 | */ |
284 | 284 | static private function getAvailabilityArray(\Illuminate\Support\Collection $timeSlots, $timeslotsN, $free = true) |
285 | 285 | { |
@@ -374,10 +374,10 @@ discard block |
||
374 | 374 | } |
375 | 375 | |
376 | 376 | /** |
377 | - * @param array $users |
|
378 | - * @param array $meetings |
|
377 | + * @param string[] $users |
|
378 | + * @param string[] $meetings |
|
379 | 379 | * @param \Illuminate\Support\Collection $usersMeetings |
380 | - * @return array |
|
380 | + * @return string[] |
|
381 | 381 | */ |
382 | 382 | static private function getUsersMeetingsArray($users, $meetings, \Illuminate\Support\Collection $usersMeetings) |
383 | 383 | { |