PHP-CS fixer passed

This commit is contained in:
Franck Allimant
2014-07-08 10:33:47 +02:00
parent ab484973e1
commit 6c1e45276b
7 changed files with 6 additions and 10 deletions

View File

@@ -50,8 +50,8 @@ interface ParserInterface
*
* @param int $templateType the template type (
*
* @param string $templateName the template name
* @param string $templateDirectory path to the template dirtectory
* @param string $templateName the template name
* @param string $templateDirectory path to the template dirtectory
* @param string $key ???
* @param bool $unshift ??? Etienne ?
*/

View File

@@ -24,7 +24,6 @@ use Thelia\Core\Template\ParserContext;
use Thelia\Core\Template\ParserInterface;
use Thelia\Core\Template\Smarty\AbstractSmartyPlugin;
use Thelia\Core\Template\Smarty\SmartyPluginDescriptor;
use Thelia\Core\Template\TemplateHelper;
use Thelia\Form\BaseForm;
/**