Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class Cron { |
||
18 | |||
19 | /** |
||
20 | * Holds class instance |
||
21 | * |
||
22 | * @since 1.0.0 |
||
23 | * |
||
24 | * @var object|Module_Template |
||
|
|||
25 | */ |
||
26 | protected static $instance = null; |
||
27 | |||
28 | /** |
||
29 | * Initialize the plugin by setting localization, filters, and administration functions. |
||
30 | * |
||
31 | * @since 1.0.0 |
||
32 | * |
||
33 | * @access private |
||
34 | */ |
||
35 | public function __construct() { |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Return an instance of this class. |
||
40 | * |
||
41 | * @since 1.0.0 |
||
42 | * |
||
43 | * @return object Cron() A single instance of this class. |
||
44 | */ |
||
45 | public static function get_instance() { |
||
54 |
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