php cs fixer
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
namespace Thelia\Form;
|
||||
|
||||
use Symfony\Component\Validator\Constraints\NotBlank;
|
||||
use Thelia\Core\Translation\Translator;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user