Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class SongAdmin extends AbstractAdmin |
||
11 | { |
||
12 | protected function configureDatagridFilters(DatagridMapper $filter) |
||
13 | { |
||
14 | $filter |
||
15 | ->add('name', null); |
||
16 | } |
||
17 | |||
18 | protected function configureListFields(ListMapper $list) |
||
25 | } |
||
26 | |||
27 | protected function configureFormFields(FormMapper $form) |
||
34 | } |
||
35 | } |
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