@@ -69,7 +69,7 @@ |
||
69 | 69 | * or if many exists. |
70 | 70 | * |
71 | 71 | * @param string $name |
72 | - * @return Tarsana\Command\Interfaces\TemplateInterface |
|
72 | + * @return TemplateInterface |
|
73 | 73 | * @throws Tarsana\Command\Exceptions\TemplateNotFound |
74 | 74 | * @throws Tarsana\Command\Exceptions\TemplateNameConflict |
75 | 75 | */ |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Tarsana\IO\Interfaces\Resource\Writer as WriterInterface; |
8 | 8 | use Tarsana\IO\Resource\Reader; |
9 | 9 | use Tarsana\IO\Resource\Writer; |
10 | -use Tarsana\Syntax\Syntax; |
|
11 | 10 | |
12 | 11 | class Console implements ConsoleInterface { |
13 | 12 |