| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 60 | public function render(WP_Post $post): void |
||
| 61 | { |
||
| 62 | $settings = [ |
||
| 63 | 'teeny' => true, |
||
| 64 | 'media_buttons' => false, |
||
| 65 | 'textarea_rows' => 7, |
||
| 66 | ]; |
||
| 67 | |||
| 68 | /** |
||
| 69 | * Control the editor settings. |
||
| 70 | * |
||
| 71 | * @param array $settings |
||
| 72 | */ |
||
| 73 | $settings = apply_filters('helick_better_excerpt_editor_settings', $settings); |
||
| 74 | |||
| 75 | wp_editor(html_entity_decode($post->post_excerpt), 'excerpt', (array)$settings); |
||
| 76 | } |
||
| 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