Passed
Push — master ( 7bc770...7daa7a )
by Luiz Kim
31:44 queued 29:20
created
src/Repository/ProductRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             ->groupBy('p.id, p.product, p.description, p.sku, pe.id, pe.name, pe.alias, pu.productUnit')
52 52
             ->having('needed > 0')
53 53
             ->addOrderBy('p.product', 'ASC')
54
-            ->setParameter('excludedTypes', ['custom', 'component'])
54
+            ->setParameter('excludedTypes', [ 'custom', 'component' ])
55 55
             ->setParameter(
56 56
                 'companies',
57 57
                 $this->peopleService->getMyCompanies()
Please login to merge, or discard this patch.