Passed
Branch master (000b1c)
by Mikołaj
08:08
created
Category
src/Entity/Invoice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Entity;
14 14
 
Please login to merge, or discard this patch.
src/Entity/CompanyData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Entity;
14 14
 
Please login to merge, or discard this patch.
src/Entity/CompanyDataInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace BitBag\SyliusInvoicingPlugin\Entity;
6 6
 
Please login to merge, or discard this patch.
src/Entity/InvoiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Entity;
14 14
 
Please login to merge, or discard this patch.
src/Controller/Action/DownloadOrderInvoice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Controller\Action;
14 14
 
Please login to merge, or discard this patch.
src/Menu/CompanyDataMenuBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Menu;
14 14
 
Please login to merge, or discard this patch.
src/Menu/DownloadInvoiceMenuBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Menu;
14 14
 
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
         $menu
91 91
             ->addChild('download_invoice', [
92 92
                 'route' => 'bitbag_sylius_invoicing_plugin_admin_download_order_invoice',
93
-                'routeParameters' => ['orderId' => $order->getId()],
93
+                'routeParameters' => [ 'orderId' => $order->getId() ],
94 94
             ])
95 95
             ->setAttribute('type', 'link')
96 96
             ->setLabel('bitbag_sylius_invoicing_plugin.ui.download_invoice')
Please login to merge, or discard this patch.
src/Repository/InvoiceRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Repository;
14 14
 
Please login to merge, or discard this patch.
src/Repository/CompanyDataRepositoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * an email on [email protected].
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace BitBag\SyliusInvoicingPlugin\Repository;
14 14
 
Please login to merge, or discard this patch.