| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Comodojo\Zip\Traits; |
||
| 23 | trait PasswordTrait { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * zip file password |
||
| 27 | * |
||
| 28 | * @var string |
||
| 29 | */ |
||
| 30 | private $password; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Set zip password |
||
| 34 | * |
||
| 35 | * @param string $password |
||
| 36 | * |
||
| 37 | * @return Zip |
||
|
|
|||
| 38 | */ |
||
| 39 | public function setPassword(string $password): ZipInterface { |
||
| 44 | |||
| 45 | } |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Get current zip password |
||
| 49 | * |
||
| 50 | * @return string |
||
| 51 | */ |
||
| 52 | public function getPassword(): ?string { |
||
| 59 |
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