@@ -15,11 +15,11 @@ |
||
15 | 15 | */ |
16 | 16 | class Calendar extends AbstractCalendar { |
17 | 17 | |
18 | - /** |
|
19 | - * @param $units |
|
20 | - * @param $store |
|
21 | - * @param $default_value |
|
22 | - */ |
|
18 | + /** |
|
19 | + * @param $units |
|
20 | + * @param $store |
|
21 | + * @param $default_value |
|
22 | + */ |
|
23 | 23 | public function __construct($units, $store, $default_value = 0) { |
24 | 24 | $this->units = $units; |
25 | 25 | $this->store = $store; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | |
10 | 10 | use Roomify\Bat\Event\EventInterface; |
11 | 11 | use Roomify\Bat\Store\Store; |
12 | -use Roomify\Bat\Unit\Unit; |
|
13 | 12 | |
14 | 13 | abstract class AbstractEvent implements EventInterface { |
15 | 14 |