ajcastro %!s(int64=3) %!d(string=hai) anos
pai
achega
980a88b202
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);