Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | class EasycreditRouteProviderPlugin extends AbstractRouteProviderPlugin |
||
15 | { |
||
16 | public const ROUTE_EASYCREDIT_SUCCESS_RESPONSE = 'easycredit/success-response'; |
||
17 | |||
18 | /** |
||
19 | * Specification: |
||
20 | * - Adds Routes to the RouteCollection. |
||
21 | * |
||
22 | * @api |
||
23 | * |
||
24 | * @param \Spryker\Yves\Router\Route\RouteCollection $routeCollection |
||
25 | * |
||
26 | * @return \Spryker\Yves\Router\Route\RouteCollection |
||
27 | */ |
||
28 | public function addRoutes(RouteCollection $routeCollection): RouteCollection |
||
37 |
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