Completed
Push — master ( a23606...324fe4 )
by Vitaly
02:21
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.