apply cs-fixer
This commit is contained in:
@@ -69,4 +69,4 @@ class DatabaseConfiguration implements ConfigurationInterface
|
||||
|
||||
return $treeBuilder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,9 +26,8 @@ namespace Thelia\Config;
|
||||
use Symfony\Component\Config\Definition\Processor;
|
||||
use Symfony\Component\Config\Definition\ConfigurationInterface;
|
||||
|
||||
|
||||
class DefinePropel {
|
||||
|
||||
class DefinePropel
|
||||
{
|
||||
private $processorConfig;
|
||||
|
||||
public function __construct(ConfigurationInterface $configuration, array $propelConf)
|
||||
@@ -40,6 +39,7 @@ class DefinePropel {
|
||||
public function getConfig()
|
||||
{
|
||||
$connection = $this->processorConfig["connection"];
|
||||
|
||||
return $conf = array(
|
||||
"dsn" => $connection["dsn"],
|
||||
"user" => $connection["user"],
|
||||
@@ -47,4 +47,4 @@ class DefinePropel {
|
||||
"classname" => $connection["classname"]
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
|
||||
</services>
|
||||
|
||||
</config>
|
||||
</config>
|
||||
|
||||
@@ -72,4 +72,4 @@
|
||||
</service>
|
||||
</services>
|
||||
|
||||
</config>
|
||||
</config>
|
||||
|
||||
@@ -41,4 +41,4 @@
|
||||
<default key="_controller">Thelia\Controller\Admin\AdminController::processTemplateAction</default>
|
||||
<requirement key="template">.*</requirement>
|
||||
</route>
|
||||
</routes>
|
||||
</routes>
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
<route id="cart.change.process" path="/cart/delete" methods="post">
|
||||
<default key="_controller">Thelia\Controller\Front\CartController::deleteArticle</default>
|
||||
</route>
|
||||
</routes>
|
||||
</routes>
|
||||
|
||||
Reference in New Issue
Block a user