Passed
Push — master ( 7c6579...b39295 )
by Luiz Kim
02:20
created
src/Service/OrderProductService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 use ControleOnline\Entity\ProductGroupProduct;
9 9
 use Doctrine\ORM\EntityManagerInterface;
10 10
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
11
- AS Security;
11
+  AS Security;
12 12
 use Doctrine\ORM\QueryBuilder;
13 13
 use Symfony\Component\HttpFoundation\RequestStack;
14 14
 
Please login to merge, or discard this patch.
src/Service/OrderService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use ControleOnline\Entity\Status;
8 8
 use Doctrine\ORM\EntityManagerInterface;
9 9
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
10
- AS Security;
10
+  AS Security;
11 11
 use Doctrine\ORM\QueryBuilder;
12 12
 use Symfony\Component\HttpFoundation\RequestStack;
13 13
 
Please login to merge, or discard this patch.
src/Service/OrderInvoiceService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use ControleOnline\Entity\Status;
8 8
 use Doctrine\ORM\EntityManagerInterface;
9 9
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
10
- AS Security;
10
+  AS Security;
11 11
 
12 12
 class OrderInvoiceService
13 13
 {
Please login to merge, or discard this patch.