| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | function entityreference_rendered_widget_help($route_name, RouteMatchInterface $route_match) { |
||
| 14 | switch ($route_name) { |
||
| 15 | case 'help.page.entityreference_rendered_widget': |
||
| 16 | $output = ''; |
||
| 17 | $output .= '<h3>' . t('About') . '</h3>'; |
||
| 18 | $output .= '<p>' . t('Implements widget for Rendered Display in Entity Reference') . '</p>'; |
||
| 19 | return $output; |
||
| 20 | |||
| 21 | default: |
||
| 22 | } |
||
| 24 |
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