Completed
Push — master ( 3c8793...302a83 )
by Vitaly
02:11
created
src/Generator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/View.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.