| Conditions | 3 |
| Paths | 4 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | public function handle() |
||
| 16 | { |
||
| 17 | $variableMng = app(\Fomvasss\Variable\VariableManagerContract::class); |
||
| 18 | |||
| 19 | $useCache = in_array($this->option('cache'), ['0', 'false', false]) ? false : true; |
||
| 20 | $variables = $variableMng |
||
| 21 | ->all($this->option('langcode'), $useCache); |
||
| 22 | |||
| 23 | foreach ($variables as $item) { |
||
| 24 | $this->info("$item->key [$item->langcode] : $item->value"); |
||
| 25 | } |
||
| 28 |
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