Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | final class SlugifyAction extends AbstractController |
||
20 | { |
||
21 | /** |
||
22 | * Simple API endpoint returning JSON. For a more serious API, please use API Platform 🕸. |
||
23 | * We can use the MapQueryParameter attribute to inject GET parameters. |
||
24 | * |
||
25 | * @see https://api-platform.com/ |
||
26 | */ |
||
27 | 1 | #[Route(path: '/api/slugify', name: self::class)] |
|
33 |
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