| Total Complexity | 2 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Comodojo\Zip\Traits; |
||
| 23 | trait MaskTrait { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Mask for the extraction folder (if it should be created) |
||
| 27 | * |
||
| 28 | * @var int |
||
| 29 | */ |
||
| 30 | private $mask = 0777; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Set the mask of the extraction folder |
||
| 34 | * |
||
| 35 | * @param int $mask Integer representation of the file mask |
||
| 36 | * |
||
| 37 | * @return Zip |
||
|
|
|||
| 38 | */ |
||
| 39 | public function setMask(int $mask): ZipInterface { |
||
| 51 | |||
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * Get current mask of the extraction folder |
||
| 56 | * |
||
| 57 | * @return int |
||
| 58 | */ |
||
| 59 | public function getMask(): int { |
||
| 66 |
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