Completed
Push — master ( 468aac...e5acfe )
by claudio
06:32
created
app/Console/Commands/Optimise/Optimise.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -291,8 +291,9 @@  discard block
 block discarded – undo
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
-     * @return array
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
296
+     * @return string[]
296 297
      */
297 298
     static private function getAvailabilityArray(\Illuminate\Support\Collection $timeSlots, $timeslotsN, $ids, $free = true)
298 299
     {
@@ -393,10 +394,10 @@  discard block
 block discarded – undo
393 394
     }
394 395
 
395 396
     /**
396
-     * @param array $users
397
-     * @param array $meetings
397
+     * @param string[] $users
398
+     * @param string[] $meetings
398 399
      * @param \Illuminate\Support\Collection $usersMeetings
399
-     * @return array
400
+     * @return string[]
400 401
      */
401 402
     static private function getUsersMeetingsArray($users, $meetings, \Illuminate\Support\Collection $usersMeetings)
402 403
     {
Please login to merge, or discard this patch.