@@ -9,7 +9,7 @@ |
||
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\Payment\Model; |
15 | 15 |
@@ -32,31 +32,37 @@ discard block |
||
32 | 32 | { |
33 | 33 | /** |
34 | 34 | * {@inheritdoc} |
35 | + * @return string|null |
|
35 | 36 | */ |
36 | 37 | public function getName(): ?string; |
37 | 38 | |
38 | 39 | /** |
39 | 40 | * {@inheritdoc} |
41 | + * @return void |
|
40 | 42 | */ |
41 | 43 | public function setName(?string $name): void; |
42 | 44 | |
43 | 45 | /** |
44 | 46 | * {@inheritdoc} |
47 | + * @return string|null |
|
45 | 48 | */ |
46 | 49 | public function getDescription(): ?string; |
47 | 50 | |
48 | 51 | /** |
49 | 52 | * {@inheritdoc} |
53 | + * @return void |
|
50 | 54 | */ |
51 | 55 | public function setDescription(?string $description): void; |
52 | 56 | |
53 | 57 | /** |
54 | 58 | * {@inheritdoc} |
59 | + * @return string|null |
|
55 | 60 | */ |
56 | 61 | public function getInstructions(): ?string; |
57 | 62 | |
58 | 63 | /** |
59 | 64 | * {@inheritdoc} |
65 | + * @return void |
|
60 | 66 | */ |
61 | 67 | public function setInstructions(?string $instructions): void; |
62 | 68 | |
@@ -67,6 +73,7 @@ discard block |
||
67 | 73 | |
68 | 74 | /** |
69 | 75 | * @param string|null $environment |
76 | + * @return void |
|
70 | 77 | */ |
71 | 78 | public function setEnvironment(?string $environment): void; |
72 | 79 | |
@@ -77,6 +84,7 @@ discard block |
||
77 | 84 | |
78 | 85 | /** |
79 | 86 | * @param int|null $position |
87 | + * @return void |
|
80 | 88 | */ |
81 | 89 | public function setPosition(?int $position): void; |
82 | 90 |
@@ -9,7 +9,7 @@ |
||
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 spec\Sylius\Component\Taxonomy\Factory; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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 spec\Sylius\Component\Taxonomy\Generator; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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 spec\Sylius\Component\Taxonomy\Model; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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\Taxonomy\Factory; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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\Taxonomy\Repository; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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\Taxonomy\Generator; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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\Taxonomy\Model; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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 spec\Sylius\Component\Product\Factory; |
15 | 15 |