Completed
Push — master ( 1448cb...057c92 )
by Kamil
23:18
created
src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutPaymentContext.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\Behat\Context\Ui\Shop\Checkout;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/Accessor/TableAccessorInterface.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\Behat\Service\Accessor;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatterInterface.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\Bundle\MoneyBundle\Formatter;
15 15
 
@@ -27,5 +27,5 @@  discard block
 block discarded – undo
27 27
      *
28 28
      * @throws \InvalidArgumentException
29 29
      */
30
-    public function format(int $amount, string $currencyCode, ?string $locale = null): string;
30
+    public function format(int $amount, string $currencyCode, ?string $locale = null) : string;
31 31
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/AdminBundle/Twig/ShopExtension.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\Bundle\AdminBundle\Twig;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/spec/Request/ResolveNextRouteSpec.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\Bundle\PayumBundle\Request;
15 15
 
Please login to merge, or discard this patch.
Sylius/Bundle/PayumBundle/spec/Provider/PaymentDescriptionProviderSpec.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\Bundle\PayumBundle\Provider;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/spec/Action/CapturePaymentActionSpec.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\Bundle\PayumBundle\Action;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/Request/ResolveNextRouteInterface.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\Bundle\PayumBundle\Request;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/Factory/ResolveNextRouteFactory.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\Bundle\PayumBundle\Factory;
15 15
 
Please login to merge, or discard this patch.