| Conditions | 4 |
| Paths | 4 |
| Total Lines | 16 |
| Code Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 11 | /** |
||
| 12 | * Get the view / contents that represent the component. |
||
| 13 | * |
||
| 14 | * @return \Illuminate\Contracts\View\View|\Closure|string |
||
| 15 | */ |
||
| 16 | public function render() |
||
| 17 | { |
||
| 18 | $menus = Adminetic::menus() ?? array(); |
||
| 19 | |||
| 20 | return view('adminetic::components.sidebar', compact('menus')); |
||
| 21 | } |
||
| 22 | } |
||
| 23 |
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