@@ -23,7 +23,7 @@ |
||
| 23 | 23 | class UserListener |
| 24 | 24 | { |
| 25 | 25 | private UserPasswordEncoderInterface $passwordEncoder; |
| 26 | - private ?array $changeSet = null; |
|
| 26 | + private ? array $changeSet = null; |
|
| 27 | 27 | |
| 28 | 28 | public function __construct(UserPasswordEncoderInterface $passwordEncoder) |
| 29 | 29 | { |