| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class AclLoader implements Loader |
||
| 14 | { |
||
| 15 | use Acl; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Constructor |
||
| 19 | * |
||
| 20 | * @param \Ds\Component\Acl\Service\AccessService $accessService |
||
| 21 | * @param \Ds\Component\Acl\Service\PermissionService $permissionService |
||
| 22 | */ |
||
| 23 | public function __construct(AccessService $accessService, PermissionService $permissionService) |
||
| 30 |
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