| Total Complexity | 7 | 
| Total Lines | 45 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 11 | class FileResolver | ||
| 12 | { | ||
| 13 | /** | ||
| 14 | * Resolve the file object to a symfony file, handling the | ||
| 15 | * file request operations. | ||
| 16 | * | ||
| 17 | * @throws \Lincable\Exceptions\NotResolvableFileException | ||
| 18 | * | ||
| 19 | * @param mixed $file | ||
| 20 | * @return \Illuminate\Http\File | ||
| 21 | */ | ||
| 22 | public static function resolve($file) | ||
| 45 | } | ||
| 46 | |||
| 47 | /** | ||
| 48 | * Convert a symfony file to illuminate file. | ||
| 49 | * | ||
| 50 | * @param \Symfony\Component\HttpFoundation\File\File $file | ||
| 51 | * @return \Illuminate\Http\File | ||
| 52 | */ | ||
| 53 | public static function toIlluminateFile(SymfonyFile $file) | ||
| 56 | } | ||
| 57 | } | 
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