Completed
Push — master ( 210f19...1757e7 )
by Kamil
28:14
created
Component/Core/Inventory/Operator/OrderInventoryOperatorInterface.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Inventory\Operator;
15 15
 
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,11 +24,13 @@  discard block
 block discarded – undo
24 24
      * @param OrderInterface $order
25 25
      *
26 26
      * @throws \InvalidArgumentException
27
+     * @return void
27 28
      */
28 29
     public function cancel(OrderInterface $order): void;
29 30
 
30 31
     /**
31 32
      * @param OrderInterface $order
33
+     * @return void
32 34
      */
33 35
     public function hold(OrderInterface $order): void;
34 36
 
@@ -36,6 +38,7 @@  discard block
 block discarded – undo
36 38
      * @param OrderInterface $order
37 39
      *
38 40
      * @throws \InvalidArgumentException
41
+     * @return void
39 42
      */
40 43
     public function sell(OrderInterface $order): void;
41 44
 }
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/spec/Factory/ZoneFactorySpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Component\Addressing\Factory;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/spec/Converter/CountryNameConverterSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Component\Addressing\Converter;
15 15
 
Please login to merge, or discard this patch.
Sylius/Component/Addressing/spec/Provider/ProvinceNamingProviderSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Component\Addressing\Provider;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/spec/Matcher/ZoneMatcherSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Component\Addressing\Matcher;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/spec/Model/ProvinceSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Component\Addressing\Model;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/spec/Comparator/AddressComparatorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Component\Addressing\Comparator;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/Factory/ZoneFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Addressing\Factory;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Addressing/Converter/CountryNameConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Addressing\Converter;
15 15
 
Please login to merge, or discard this patch.