Conditions | 2 |
Paths | 2 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
44 | public function addDeviceConfigs(People $people, array $configs, $deviceId) |
||
45 | { |
||
46 | $device = $this->discoveryDevice($deviceId); |
||
47 | $device_config = $this->discoveryDeviceConfig($device, $people); |
||
48 | foreach ($configs as $key => $config) |
||
49 | $device_config->addConfigs($key, $config); |
||
50 | |||
51 | $this->manager->persist($device_config); |
||
52 | $this->manager->flush(); |
||
53 | return $device; |
||
54 | } |
||
56 |
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