Merge branch 'master' into loops
Conflicts: core/lib/Thelia/Core/Template/Loop/Category.php core/lib/Thelia/Core/Template/Loop/FeatureValue.php core/lib/Thelia/Core/Template/Loop/Folder.php core/lib/Thelia/Core/Template/Loop/Product.php core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php install/faker.php
This commit is contained in:
4
documentation/api/files/Command/ContainerAwareCommand.php.txt
Normal file → Executable file
4
documentation/api/files/Command/ContainerAwareCommand.php.txt
Normal file → Executable file
@@ -32,7 +32,8 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
|
||||
*
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*/
|
||||
class ContainerAwareCommand extends Command implements ContainerAwareInterface {
|
||||
class ContainerAwareCommand extends Command implements ContainerAwareInterface
|
||||
{
|
||||
/**
|
||||
* @var ContainerInterface
|
||||
*/
|
||||
@@ -58,3 +59,4 @@ class ContainerAwareCommand extends Command implements ContainerAwareInterface {
|
||||
$this->container = $container;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user