Completed
Pull Request — 1.x (#8)
by Yuu
02:42
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.