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