| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class RelatedlistWidget extends AbstractWidget |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * The configuration array. |
||
| 11 | * |
||
| 12 | * @var array |
||
| 13 | */ |
||
| 14 | protected $config = [ ]; |
||
| 15 | |||
| 16 | public function placeholder() |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Treat this method as a controller action. |
||
| 23 | * Return view() or other content to display. |
||
| 24 | */ |
||
| 25 | public function run() |
||
| 44 |
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