fix phpdoc
This commit is contained in:
@@ -293,13 +293,11 @@ class TheliaLoop extends AbstractSmartyPlugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param $smartyParams
|
||||||
*
|
*
|
||||||
* find the loop class with his name and construct an instance of this class
|
* @return object
|
||||||
*
|
* @throws \Thelia\Core\Template\Element\Exception\InvalidElementException
|
||||||
* @param string $name
|
* @throws \Thelia\Core\Template\Element\Exception\ElementNotFoundException
|
||||||
* @return \Thelia\Core\Template\Element\BaseLoop
|
|
||||||
* @throws InvalidElementException
|
|
||||||
* @throws ElementNotFoundException
|
|
||||||
*/
|
*/
|
||||||
protected function createLoopInstance($smartyParams)
|
protected function createLoopInstance($smartyParams)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user