Completed
Push — 1.x ( 30272f...0b668e )
by Yuu
18:58 queued 07:57
created
src/Exception/RollbackException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Ray.DoctrineOrmModule package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the Ray.DoctrineOrmModule package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace Ray\DoctrineOrmModule\Exception;
8 8
 
9 9
 class RollbackException extends \RuntimeException
Please login to merge, or discard this patch.
src/EntityManagerProvider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Ray.DoctrineOrmModule package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the Ray.DoctrineOrmModule package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace Ray\DoctrineOrmModule\Exception;
8 8
 
9 9
 class RollbackException extends \RuntimeException
Please login to merge, or discard this patch.
src/DoctrineOrmModule.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Ray.DoctrineOrmModule package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the Ray.DoctrineOrmModule package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace Ray\DoctrineOrmModule\Exception;
8 8
 
9 9
 class RollbackException extends \RuntimeException
Please login to merge, or discard this patch.
src/TransactionalInterceptor.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Ray.DoctrineOrmModule package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the Ray.DoctrineOrmModule package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace Ray\DoctrineOrmModule\Exception;
8 8
 
9 9
 class RollbackException extends \RuntimeException
Please login to merge, or discard this 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.
src/TransactionalModule.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Ray.DoctrineOrmModule package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the Ray.DoctrineOrmModule package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace Ray\DoctrineOrmModule\Exception;
8 8
 
9 9
 class RollbackException extends \RuntimeException
Please login to merge, or discard this patch.
src/Inject/EntityManagerInject.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Ray.DoctrineOrmModule package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the Ray.DoctrineOrmModule package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace Ray\DoctrineOrmModule\Exception;
8 8
 
9 9
 class RollbackException extends \RuntimeException
Please login to merge, or discard this patch.