Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 0 |
1 | <?php |
||
15 | class ExpenseClaimStatusIsNew implements NamedAssertion |
||
16 | { |
||
17 | public function getName(): string |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Assert that the accounting document's expense claim is new (not processed yet). |
||
24 | * |
||
25 | * @param \Application\Acl\Acl $acl |
||
26 | * @param RoleInterface $role |
||
27 | * @param ResourceInterface $resource |
||
28 | * @param string $privilege |
||
29 | * |
||
30 | * @return bool |
||
31 | */ |
||
32 | 3 | public function assert(Acl $acl, ?RoleInterface $role = null, ?ResourceInterface $resource = null, $privilege = null) |
|
47 |
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