@@ -7,8 +7,6 @@ |
||
| 7 | 7 | |
| 8 | 8 | namespace Roomify\Bat\Constraint; |
| 9 | 9 | |
| 10 | -use Roomify\Bat\ConstraintInterface; |
|
| 11 | - |
|
| 12 | 10 | |
| 13 | 11 | /** |
| 14 | 12 | * A constraint acts as a filter that can be applied to a Calendar Response to |
@@ -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; |