Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | abstract class AbstractRelationalRepository extends AbstractRepository |
||
|
|||
8 | { |
||
9 | /** |
||
10 | * Returns all upcoming tasks assigned to the authenticated user related to |
||
11 | * a person, company, case, or deal. |
||
12 | * |
||
13 | * @param string $name The name of the resource for which tasks should be |
||
14 | * returned. |
||
15 | * @param mixed $id The resource ID. |
||
16 | * @param array $filters The request filters. |
||
17 | * @return CollectionInterface |
||
18 | */ |
||
19 | public function findBy(string $name, $id, array $filters = []): CollectionInterface |
||
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