Total Complexity | 0 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | trait RestResourceLifeCycles |
||
18 | { |
||
19 | use RestResourceFind; |
||
|
|||
20 | use RestResourceFindOne; |
||
21 | use RestResourceFindOneBy; |
||
22 | use RestResourceCount; |
||
23 | use RestResourceIds; |
||
24 | use RestResourceCreate; |
||
25 | use RestResourceUpdate; |
||
26 | use RestResourcePatch; |
||
27 | use RestResourceDelete; |
||
28 | use RestResourceSave; |
||
29 | } |
||
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