Completed
Push — 1.0-coding-standard ( 22328c )
by Kamil
98:35 queued 69:17
created
src/Sylius/Component/Core/Model/Customer.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Component\Core\Model;
15 15
 
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * {@inheritdoc}
73 73
      */
74
-    public function setDefaultAddress(?AddressInterface $defaultAddress): void
74
+    public function setDefaultAddress(?AddressInterface $defaultAddress) : void
75 75
     {
76 76
         $this->defaultAddress = $defaultAddress;
77 77
 
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * {@inheritdoc}
129 129
      */
130
-    public function setUser(?BaseUserInterface $user): void
130
+    public function setUser(?BaseUserInterface $user) : void
131 131
     {
132 132
         if ($this->user === $user) {
133 133
             return;
Please login to merge, or discard this patch.