Total Complexity | 7 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Coverage | 58.81% |
Changes | 0 |
1 | <?php |
||
6 | class Archive7z extends \Archive7z\Archive7z |
||
7 | { |
||
8 | /** |
||
9 | * @return false|string |
||
10 | */ |
||
11 | 3 | public static function getBinaryVersion() |
|
36 | } |
||
37 | |||
38 | /** |
||
39 | * Hack to test if package is >=5.0.0. |
||
40 | * setChangeSystemLocale() method was in 4.0.0 and then was removed. |
||
41 | */ |
||
42 | 3 | public static function supportsAllFormats() |
|
45 | } |
||
46 | |||
47 | /** |
||
48 | * @param int $level 0-9 level |
||
49 | * @return $this |
||
50 | */ |
||
51 | public function setCompressionLevel($level) |
||
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