Completed
Push — coding-style-checks ( 3cea25...3a6cef )
by Kamil
65:37 queued 42:38
created
src/Sylius/Component/Core/Model/Customer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      */
130 130
     public function setUser(?BaseUserInterface $user): void
131 131
     {
132
-         if ($this->user === $user) {
132
+            if ($this->user === $user) {
133 133
             return;
134 134
         }
135 135
 
Please login to merge, or discard this patch.