| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class SettingsController extends Controller |
||
| 11 | { |
||
| 12 | /** @var SettingFieldsManager */ |
||
| 13 | private $settingFieldsManager; |
||
| 14 | |||
| 15 | public function __construct(SettingFieldsManager $settingFieldsManager) |
||
| 16 | { |
||
| 17 | $this->settingFieldsManager = $settingFieldsManager; |
||
| 18 | } |
||
| 19 | |||
| 20 | public function edit() |
||
| 26 | ]); |
||
| 27 | } |
||
| 28 | |||
| 29 | public function update(Request $request) |
||
| 40 |
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