Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
31 | class ValidatePasswordPolicyEvent extends Event { |
||
32 | |||
33 | /** @var string */ |
||
34 | private $password; |
||
35 | |||
36 | /** |
||
37 | * @since 18.0.0 |
||
38 | */ |
||
39 | public function __construct(string $password) { |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @since 18.0.0 |
||
46 | */ |
||
47 | public function getPassword(): string { |
||
52 |