@@ -27,7 +27,7 @@ discard block |
||
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 |
||
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; |