We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4082fb4 commit bfd6afaCopy full SHA for bfd6afa
src/Extracting/Strategies/Strategy.php
@@ -34,7 +34,7 @@ public function __construct(string $stage, DocumentationConfig $config)
34
*
35
* @throws \Exception
36
37
- * @return array
+ * @return array|null
38
*/
39
abstract public function __invoke(Route $route, ReflectionClass $controller, ReflectionMethod $method, array $routeRules, array $context = []);
40
}
0 commit comments