Completed
Push — 1.x ( 30272f...0b668e )
by Yuu
18:58 queued 07:57
created
src/TransactionalInterceptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $result = null;
24 24
 
25 25
         try {
26
-            $this->entityManager->transactional(function () use ($invocation, &$result) {
26
+            $this->entityManager->transactional(function() use ($invocation, &$result) {
27 27
                 $result = $invocation->proceed();
28 28
             });
29 29
         } catch (\Exception $e) {
Please login to merge, or discard this patch.