Passed
Push — master ( 79402c...81799a )
by Gennady
03:21
created
src/App.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     /**
145 145
      * @param string $controllerDir
146 146
      *
147
-     * @return Generator|SplFileInfo
147
+     * @return Generator
148 148
      */
149 149
     protected function getControllerFiles(string $controllerDir)
150 150
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * @param ReflectionClass $relectionClass
166 166
      *
167
-     * @return object
167
+     * @return string[]
168 168
      */
169 169
     protected function createControllerInstance(ReflectionClass $relectionClass)
170 170
     {
Please login to merge, or discard this patch.