ajcastro 3 年之前
父节点
当前提交
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);