mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix code-style.
This commit is contained in:
parent
3d0be940f0
commit
11c6f6d84a
@ -232,7 +232,7 @@ class ChillMainExtension extends Extension implements
|
||||
'types' => [
|
||||
'dateinterval' => NativeDateIntervalType::class,
|
||||
'point' => PointType::class,
|
||||
'uuid' => UuidType::class
|
||||
'uuid' => UuidType::class,
|
||||
],
|
||||
],
|
||||
]
|
||||
|
@ -34,7 +34,8 @@ final class ChillWopiExtension extends Extension implements PrependExtensionInte
|
||||
$loader->load('services.php');
|
||||
}
|
||||
|
||||
public function prepend(ContainerBuilder $container) {
|
||||
public function prepend(ContainerBuilder $container)
|
||||
{
|
||||
$container->prependExtensionConfig(
|
||||
'doctrine',
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user