| Total Complexity | 6 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class CommentifyPlugin implements Plugin |
||
| 12 | { |
||
| 13 | public function getId(): string |
||
| 16 | } |
||
| 17 | |||
| 18 | public function register(Panel $panel): void |
||
| 32 | ]); |
||
| 33 | } |
||
| 34 | |||
| 35 | public function boot(Panel $panel): void |
||
| 37 | // |
||
| 38 | } |
||
| 39 | |||
| 40 | public static function make(): static |
||
| 43 | } |
||
| 44 | |||
| 45 | public static function get(): static |
||
| 51 |
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