Cleanup formatting just a little
This commit is contained in:
parent
b72d150d33
commit
c92b78bc06
@ -519,7 +519,6 @@ class ClassMetadataFactory implements ClassMetadataFactoryInterface
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new ORMException("Unknown generator type: " . $class->generatorType);
|
throw new ORMException("Unknown generator type: " . $class->generatorType);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,4 +52,4 @@ require_once __DIR__.'/../PostUpdate.php';
|
|||||||
require_once __DIR__.'/../PreRemove.php';
|
require_once __DIR__.'/../PreRemove.php';
|
||||||
require_once __DIR__.'/../PostRemove.php';
|
require_once __DIR__.'/../PostRemove.php';
|
||||||
require_once __DIR__.'/../PostLoad.php';
|
require_once __DIR__.'/../PostLoad.php';
|
||||||
require_once __DIR__.'/../PreFlush.php';
|
require_once __DIR__.'/../PreFlush.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user