Completed
Push — master ( 7d7e06...f3cf09 )
by Андрей
03:54 queued 01:32
created
config/module.config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         /**
56 56
          * Список EntityManager'ов, для которых никогда не нужно собирать кеш entityMap  в автоматическом режими
57 57
          */
58
-        'excludeEntityManagerForAutoBuildEntityMap' => [],
58
+        'excludeEntityManagerForAutoBuildEntityMap' => [ ],
59 59
 
60 60
 
61 61
         /**
Please login to merge, or discard this patch.
src/EntityManager/Exception/ErrorBuildEntityMapCacheException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link    https://github.com/nnx-framework/doctrine
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/nnx-framework/doctrine
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace Nnx\Doctrine;
7 7
 
8 8
 use Nnx\Doctrine\ObjectManager\DoctrineObjectManager;
Please login to merge, or discard this patch.