| Total Complexity | 3 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class SignatureResponseInvalidEvent extends Event |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var HasRegisteredKeys |
||
| 22 | */ |
||
| 23 | private $user; |
||
| 24 | /** |
||
| 25 | * @var SignatureResponse |
||
| 26 | */ |
||
| 27 | private $signatureResponse; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * SignatureResponseInvalidEvent constructor. |
||
| 31 | * |
||
| 32 | * @param HasRegisteredKeys $user |
||
| 33 | * @param SignatureResponse $signatureResponse |
||
| 34 | */ |
||
| 35 | public function __construct(HasRegisteredKeys $user, SignatureResponse $signatureResponse) |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return HasRegisteredKeys |
||
| 43 | */ |
||
| 44 | public function getUser(): HasRegisteredKeys |
||
| 45 | { |
||
| 46 | return $this->user; |
||
| 47 | } |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @return SignatureResponse |
||
| 51 | */ |
||
| 52 | public function getSignatureResponse(): SignatureResponse |
||
| 55 | } |
||
| 56 | } |
||
| 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