ajcastro 3 лет назад
Родитель
Сommit
980a88b202
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/GroupedEndpoints/GroupedEndpointsFactory.php

+ 1 - 1
src/GroupedEndpoints/GroupedEndpointsFactory.php

@@ -8,7 +8,7 @@ use Knuckles\Scribe\Matching\RouteMatcherInterface;
 
 class GroupedEndpointsFactory
 {
-    public static function make(GenerateDocumentation $command, RouteMatcherInterface $routeMatcher)
+    public static function make(GenerateDocumentation $command, RouteMatcherInterface $routeMatcher): GroupedEndpointsContract
     {
         if ($command->isForcing()) {
             return new GroupedEndpointsFromApp($command, $routeMatcher, false);