Passed
Push — master ( 502582...d8cf78 )
by Gennady
01:45
created
src/App.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
      * @param array  $annotations
149 149
      * @param string $name
150 150
      *
151
-     * @return object|null
151
+     * @return string[]
152 152
      */
153 153
     protected function getAnnotation(array $annotations, string $name)
154 154
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * @param string $controllerDir
166 166
      *
167
-     * @return Generator|SplFileInfo
167
+     * @return Generator
168 168
      */
169 169
     protected function getControllerFiles(string $controllerDir)
170 170
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * @param ReflectionClass $relectionClass
186 186
      *
187
-     * @return object
187
+     * @return string[]
188 188
      */
189 189
     protected function createControllerInstance(ReflectionClass $relectionClass)
190 190
     {
Please login to merge, or discard this patch.