Test Setup Failed
Branch master (f6a669)
by Aleksandr
13:54
created
src/Database/DatabaseManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public static function initialize() : EntityManager
24 24
     {
25
-        if(is_null(static::$entityManager)) {
25
+        if (is_null(static::$entityManager)) {
26 26
             $conn = Connection::get();
27 27
             $config = ORMSetup::createConfiguration(true);
28 28
             $config->setMetadataDriverImpl(new StaticPHPDriver(__DIR__."/Model"));
Please login to merge, or discard this patch.