Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 2 | Features | 1 |
1 | <?php |
||
19 | public function edit($id) |
||
20 | { |
||
21 | $data['data'] = $this->config->getModel()::findOrFail($id); |
||
22 | $data['app'] = $this->config->tabbable($data['data']); |
||
23 | |||
24 | $validator = JsValidator::make($this->config->getValid($id)); |
||
25 | View::share('validator', $validator); |
||
26 | |||
27 | return view('larrock::admin.admin-builder.edit', $data); |
||
28 | } |
||
30 |
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