Passed
Push — main ( 151aaf...dc275a )
by Slawomir
04:40
created
src/Infrastructure/Doctrine/Transactions/DoctrineTransactionFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * @param $func
24 24
      * @return TransactionInterface
25 25
      */
26
-   public function createTransaction($func): TransactionInterface
26
+    public function createTransaction($func): TransactionInterface
27 27
     {
28 28
         $em = $this->getEntityManager();
29 29
         if(!$em->isOpen()) {
Please login to merge, or discard this patch.