php cs fixer

This commit is contained in:
Julien Chanseaume
2014-05-03 07:12:06 +02:00
parent 02e32d7871
commit 751fcdeb59
3 changed files with 10 additions and 8 deletions

View File

@@ -223,9 +223,6 @@ class Content extends BaseI18nLoop implements PropelSearchLoopInterface
->set("VISIBLE" , $content->getVisible())
;
$loopResult->addRow($this->findNextPrev($loopResultRow, $content, $defaultFolderId));
}
@@ -234,8 +231,8 @@ class Content extends BaseI18nLoop implements PropelSearchLoopInterface
}
/**
* @param LoopResultRow $loopResultRow
* @param \Thelia\Model\Content $content
* @param LoopResultRow $loopResultRow
* @param \Thelia\Model\Content $content
* @param $defaultFolderId
* @return LoopResultRow
*/

View File

@@ -12,7 +12,6 @@
namespace Thelia\Form;
use Symfony\Component\Validator\Constraints\NotBlank;
use Thelia\Core\Translation\Translator;
/**