Completed
Push — scalar-types/customer ( 74145f...ef75d9 )
by Kamil
58:22 queued 34:35
created
src/Sylius/Component/Core/Model/Address.php 1 patch
Spacing   +2 added lines, -2 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
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * {@inheritdoc}
39 39
      */
40
-    public function setCustomer(?BaseCustomerInterface $customer): void
40
+    public function setCustomer(?BaseCustomerInterface $customer) : void
41 41
     {
42 42
         $this->customer = $customer;
43 43
     }
Please login to merge, or discard this patch.