| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 6 |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function readRaw($path) |
||
| 23 | { |
||
| 24 | if (!class_exists('Symfony\Component\Yaml\Yaml')) { |
||
| 25 | throw new UnsupportedFileTypeException('for YAML support require `symfony/yaml` in your composer.json'); |
||
| 26 | } |
||
| 27 | |||
| 28 | return \Symfony\Component\Yaml\Yaml::parse($this->getFileContents($path)); |
||
|
|
|||
| 29 | } |
||
| 31 |
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