@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | /** |
92 | 92 | * Gets the list of defined paths |
93 | 93 | * |
94 | - * @return \string[] |
|
94 | + * @return string[] |
|
95 | 95 | */ |
96 | 96 | public static function getPaths() |
97 | 97 | { |
@@ -171,8 +171,8 @@ discard block |
||
171 | 171 | /** |
172 | 172 | * Check if type is a valid configuration driver |
173 | 173 | * |
174 | - * @param null $name |
|
175 | - * @param null $interface |
|
174 | + * @param string $name |
|
175 | + * @param string $interface |
|
176 | 176 | */ |
177 | 177 | protected function checkClass($name = null, $interface = null) |
178 | 178 | { |
@@ -9,8 +9,8 @@ |
||
9 | 9 | |
10 | 10 | namespace Slick\Template; |
11 | 11 | |
12 | -use Slick\Common\Base; |
|
13 | 12 | use ReflectionClass; |
13 | +use Slick\Common\Base; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Template factory class |