Total Complexity | 5 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | trait HasCloudDriverTrait |
||
15 | { |
||
16 | /** |
||
17 | * Create an instance of the Amazon S3 driver. |
||
18 | * |
||
19 | * @param array $config |
||
20 | * @return FilesystemInterface|FileDisk |
||
21 | */ |
||
22 | public function createS3Driver(array $config) |
||
31 | )); |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * Format the given S3 configuration with the default options. |
||
36 | * |
||
37 | * @param array $config |
||
38 | * @return array |
||
39 | */ |
||
40 | protected function formatS3Config(array $config) |
||
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