| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class CKANRegistryPage extends Page |
||
| 13 | { |
||
| 14 | private static $table_name = 'CKANRegistryPage'; |
||
| 15 | |||
| 16 | private static $db = [ |
||
| 17 | 'ItemsPerPage' => 'Int', |
||
| 18 | ]; |
||
| 19 | |||
| 20 | private static $defaults = [ |
||
| 21 | 'ItemsPerPage' => 20, |
||
| 22 | ]; |
||
| 23 | |||
| 24 | private static $singular_name = 'CKAN Registry Page'; |
||
| 25 | |||
| 26 | private static $plural_name = 'CKAN Registry Pages'; |
||
| 27 | |||
| 28 | public function getSettingsFields() |
||
| 39 |
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