Skip to content

Commit 1fa8ecc

Browse files
committed
Merge pull request #321 from symfony-cmf/analysis-X035x8
Applied fixes from StyleCI
2 parents 84455d8 + 1a99427 commit 1fa8ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DependencyInjection/CmfRoutingExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class CmfRoutingExtension extends Extension
2828
{
2929
/**
30-
* {@inheritDoc}
30+
* {@inheritdoc}
3131
*/
3232
public function load(array $configs, ContainerBuilder $container)
3333
{
@@ -71,7 +71,7 @@ private function setupFormTypes(array $config, ContainerBuilder $container, Load
7171
}
7272

7373
/**
74-
* Set up the DynamicRouter - only to be called if enabled is set to true
74+
* Set up the DynamicRouter - only to be called if enabled is set to true.
7575
*
7676
* @param array $config the compiled configuration for the dynamic router
7777
* @param ContainerBuilder $container the container builder
@@ -205,7 +205,7 @@ private function loadPhpcrProvider($config, XmlFileLoader $loader, ContainerBuil
205205
$container->setParameter('cmf_routing.backend_type_phpcr', true);
206206
$container->setParameter('cmf_routing.dynamic.persistence.phpcr.route_basepaths', array_values(array_unique($config['route_basepaths'])));
207207

208-
/**
208+
/*
209209
* @deprecated The cmf_routing.dynamic.persistence.phpcr.route_basepath parameter is deprecated as of version 1.4 and will be removed in 2.0. Use the cmf_routing.dynamic.persistence.phpcr.route_basepaths parameter instead.
210210
*/
211211
$container->setParameter('cmf_routing.dynamic.persistence.phpcr.route_basepath', reset($config['route_basepaths']));

0 commit comments

Comments
 (0)