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