Passed
Push — v2 ( f92e78...da15c4 )
by Daniel
11:34
created
src/EventListener/Doctrine/UserListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.