| Total Complexity | 7 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Coverage | 50% |
| 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 | // public static function getSupportedFormats() |
||
| 48 | // { |
||
| 49 | // |
||
| 50 | // } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @param int $level 0-9 level |
||
| 54 | * @return $this |
||
| 55 | */ |
||
| 56 | public function setCompressionLevel($level) |
||
| 60 | } |
||
| 61 | } |
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