@@ -527,7 +527,7 @@ |
||
527 | 527 | * Returns the unit object. |
528 | 528 | * |
529 | 529 | * @param $unit_id |
530 | - * @return mixed |
|
530 | + * @return Unit |
|
531 | 531 | */ |
532 | 532 | protected function getUnit($unit_id) { |
533 | 533 | $keyed = $this->keyUnitsById(); |
@@ -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 |