@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Synapse\Cmf\Framework\Engine\Exception\InvalidThemeException; |
6 | 6 | use Synapse\Cmf\Framework\Theme\Theme\Loader\LoaderInterface as ThemeLoader; |
7 | -use Synapse\Cmf\Framework\Theme\Theme\Model\ThemeInterface; |
|
8 | 7 | |
9 | 8 | class ThemeResolver |
10 | 9 | { |
@@ -19,7 +19,6 @@ |
||
19 | 19 | /** |
20 | 20 | * Initialisation function. |
21 | 21 | * |
22 | - * @param ComponentInterface $zone |
|
23 | 22 | */ |
24 | 23 | public function init(ComponentInterface $component) |
25 | 24 | { |