| Total Complexity | 3 |
| Total Lines | 68 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | final class MetaBox implements Bootable |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Boot the service. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public static function boot(): void |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Replace the default post excerpt meta box. |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | public function replace(): void |
||
| 50 | ); |
||
| 51 | } |
||
| 52 | |||
| 53 | /** |
||
| 54 | * Render the new meta box contents. |
||
| 55 | * |
||
| 56 | * @param WP_Post $post |
||
| 57 | * |
||
| 58 | * @return void |
||
| 59 | */ |
||
| 60 | public function render(WP_Post $post): void |
||
| 78 |
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