Skip to content

Commit f92ea02

Browse files
authored
Merge pull request #739 from iNviNho/master
Update Strategy.php
2 parents 4082fb4 + bfd6afa commit f92ea02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extracting/Strategies/Strategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(string $stage, DocumentationConfig $config)
3434
*
3535
* @throws \Exception
3636
*
37-
* @return array
37+
* @return array|null
3838
*/
3939
abstract public function __invoke(Route $route, ReflectionClass $controller, ReflectionMethod $method, array $routeRules, array $context = []);
4040
}

0 commit comments

Comments
 (0)