Completed
Push — master ( 7ad667...de5996 )
by Vitaly
02:09
created
src/Generator.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      * @param string $file Full path to view file
74 74
      * @param string $entryPath Entry path
75 75
      *
76
-     * @return array Class name[0] and namespace[1]
76
+     * @return string[] Class name[0] and namespace[1]
77 77
      */
78 78
     protected function generateClassName($file, $entryPath)
79 79
     {
@@ -148,6 +148,9 @@  discard block
 block discarded – undo
148 148
         return $class;
149 149
     }
150 150
 
151
+    /**
152
+     * @param string $path
153
+     */
151 154
     protected function generateViewClass(Metadata $metadata, $path)
152 155
     {
153 156
         $this->generator
Please login to merge, or discard this patch.