Passed
Push — master ( 1974d0...df0fbc )
by Peter
02:35
created
src/Service/Execute/User.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
             $eventDispatcher
45 45
         );
46 46
 
47
-        $this->crypto                  = $crypto;
47
+        $this->crypto = $crypto;
48 48
     }
49 49
 
50 50
     /**
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
             '',
76 76
             ''
77 77
         );
78
-        $entity       = new Entity(
78
+        $entity = new Entity(
79 79
             $entityId,
80 80
             '',
81 81
             '',
Please login to merge, or discard this patch.