Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
26 | class AuthorAction extends BasePostController |
||
27 | { |
||
28 | /** |
||
29 | * @param int $authorId |
||
30 | * |
||
31 | * @group Blog |
||
32 | * |
||
33 | * @queryParam Find by authorId of user. |
||
34 | * |
||
35 | * @return BaseHttpResponse|JsonResource|JsonResponse|RedirectResponse |
||
36 | */ |
||
37 | public function __invoke(int $authorId, Request $request): BaseHttpResponse|JsonResponse|JsonResource|RedirectResponse |
||
58 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths