Completed
Push — master ( 1e6ec2...7e511a )
by Ariel
12:52
created
src/Calendar/BaseCalendar.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     protected $timezone = 'UTC';
28 28
 
29 29
     /**
30
-     * @param Illuminate\Support\Collection $vacancies
30
+     * @param \Illuminate\Database\Eloquent\Relations\HasMany $vacancies
31 31
      * @param string $timezone
32 32
      */
33 33
     public function __construct($vacancies, $timezone = 'UTC')
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
         $this->timezone($timezone);
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $timezone
42
+     */
40 43
     public function timezone($timezone = null)
41 44
     {
42 45
         $this->timezone = $timezone;
Please login to merge, or discard this patch.