Completed
Push — master ( c77994...f81130 )
by claudio
06:53
created
app/Console/Commands/Optimise/Optimise.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -278,8 +278,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.