| Conditions | 2 |
| Paths | 2 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | 2 | public static function setGlobal(string $path, $value): void |
|
| 22 | { |
||
| 23 | 2 | self::scopeConfig()->setValue($path, $value, ScopeConfigInterface::SCOPE_TYPE_DEFAULT); |
|
| 24 | 2 | foreach (self::storeRepository()->getList() as $store) { |
|
| 25 | 2 | self::scopeConfig()->setValue($path, $value, ScopeInterface::SCOPE_STORE, $store->getCode()); |
|
| 26 | } |
||
| 51 |
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