Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class FosUserRepository extends EntityRepository |
||
9 | { |
||
10 | /** |
||
11 | * @param User $current_account |
||
12 | * @param bool $archived |
||
13 | * @return array function that return a list of all users that are not archived and different of current accout |
||
14 | */ |
||
15 | public function findAllUserArchived(User $current_account, bool $archived = false): array |
||
25 | } |
||
26 | } |
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