@@ -122,7 +122,7 @@ |
||
| 122 | 122 | * @param string $file Full path to view file |
| 123 | 123 | * @param string $entryPath Entry path |
| 124 | 124 | * |
| 125 | - * @return array Class name[0] and namespace[1] |
|
| 125 | + * @return string[] Class name[0] and namespace[1] |
|
| 126 | 126 | * @throws GeneratedViewPathHasReservedWord |
| 127 | 127 | */ |
| 128 | 128 | protected function generateClassName($file, $entryPath) |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use samsonframework\core\RenderInterface; |
| 9 | 9 | use samsonframework\core\ViewInterface; |
| 10 | 10 | use samsonframework\view\exception\VariableKeyNotFound; |
| 11 | -use samsonframework\view\exception\ViewClassNotFound; |
|
| 12 | 11 | use samsonframework\view\exception\ViewFileNotFound; |
| 13 | 12 | |
| 14 | 13 | /** |