Completed
Push — coding-style-checks ( 3cea25...3a6cef )
by Kamil
65:37 queued 42:38
created
src/Sylius/Component/Core/Model/ShopUser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Sylius\Component\Customer\Model\CustomerInterface as BaseCustomerInterface;
17 17
 use Sylius\Component\User\Model\User as BaseUser;
18
-use Webmozart\Assert\Assert;
19 18
 
20 19
 /**
21 20
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
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.