Completed
Push — master ( ebe411...bb2d64 )
by Kamil
48:04 queued 22:06
created
src/Sylius/Component/Product/Model/ProductAssociationTypeInterface.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\Product\Model;
15 15
 
@@ -33,12 +33,12 @@  discard block
 block discarded – undo
33 33
     /**
34 34
      * @param string|null $name
35 35
      */
36
-    public function setName(?string $name): void;
36
+    public function setName(?string $name) : void;
37 37
 
38 38
     /**
39 39
      * @param string|null $locale
40 40
      *
41 41
      * @return ProductAssociationTypeTranslationInterface
42 42
      */
43
-    public function getTranslation(?string $locale = null): TranslationInterface;
43
+    public function getTranslation(?string $locale = null) : TranslationInterface;
44 44
 }
Please login to merge, or discard this patch.