Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | public function load() { |
||
37 | $module_json_folder_path = D5_EXTENSION_EXAMPLE_MODULES_JSON_PATH . 'dynamic-module/'; |
||
38 | |||
39 | add_action( |
||
40 | 'init', |
||
41 | function() use ( $module_json_folder_path ) { |
||
42 | ModuleRegistration::register_module( |
||
43 | $module_json_folder_path, |
||
44 | [ |
||
45 | 'render_callback' => [ DynamicModule::class, 'render_callback' ], |
||
46 | ] |
||
52 |
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