Passed
Push — main ( 4383ba...3025dd )
by Slawomir
04:44
created
src/Infrastructure/Doctrine/Transactions/DoctrineTransactionFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
         parent::__construct($managerRegistry);
18 18
     }
19 19
 
20
-   public function createTransaction($func): TransactionInterface
20
+    public function createTransaction($func): TransactionInterface
21 21
     {
22 22
         $em = $this->getEntityManager();
23 23
         if(!$em->isOpen()) {
Please login to merge, or discard this patch.