@@ -44,7 +44,6 @@ |
||
| 44 | 44 | * Proxy to prepare() method, using current context as argument. |
| 45 | 45 | * |
| 46 | 46 | * @param ComponentInterface $component |
| 47 | - * @param RenderingContext $templateContext |
|
| 48 | 47 | * |
| 49 | 48 | * @return self |
| 50 | 49 | */ |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * Construct. |
| 35 | 35 | * |
| 36 | 36 | * @param RenderingContextStack $contextStack |
| 37 | - * @param ComponentRendererInterface $componentDecorator |
|
| 37 | + * @param FragmentDecorator $componentDecorator |
|
| 38 | 38 | * @param array $aggregators |
| 39 | 39 | */ |
| 40 | 40 | public function __construct( |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Synapse\Cmf\Framework\Engine\Context\RenderingContextStack; |
| 6 | 6 | use Synapse\Cmf\Framework\Engine\Decorator\Component\FragmentDecorator; |
| 7 | 7 | use Synapse\Cmf\Framework\Engine\Exception\InvalidZoneException; |
| 8 | -use Synapse\Cmf\Framework\Theme\Component\Entity\Component; |
|
| 9 | 8 | use Synapse\Cmf\Framework\Theme\Component\Model\ComponentInterface; |
| 10 | 9 | use Synapse\Cmf\Framework\Theme\Template\Entity\TemplateCollection; |
| 11 | 10 | use Synapse\Cmf\Framework\Theme\Template\Model\TemplateInterface; |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @param Variation $variation |
| 36 | 36 | * @param string $templateName |
| 37 | 37 | * |
| 38 | - * @return TemplateInterface |
|
| 38 | + * @return \Synapse\Cmf\Framework\Theme\Template\Model\TemplateInterface |
|
| 39 | 39 | */ |
| 40 | 40 | public function resolve(ThemeInterface $theme, Content $content, Variation $variation, $templateName) |
| 41 | 41 | { |
@@ -121,8 +121,6 @@ |
||
| 121 | 121 | /** |
| 122 | 122 | * Create and resolve a variation from given context. |
| 123 | 123 | * |
| 124 | - * @param Content $content |
|
| 125 | - * @param ThemeInterface $theme |
|
| 126 | 124 | * |
| 127 | 125 | * @return Variation |
| 128 | 126 | */ |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | /** |
| 150 | 150 | * Returns action tags. |
| 151 | 151 | * |
| 152 | - * @return array |
|
| 152 | + * @return string |
|
| 153 | 153 | */ |
| 154 | 154 | public function getTags() |
| 155 | 155 | { |
@@ -159,7 +159,7 @@ discard block |
||
| 159 | 159 | /** |
| 160 | 160 | * Define action tags. |
| 161 | 161 | * |
| 162 | - * @param array|string $tags |
|
| 162 | + * @param string $tags |
|
| 163 | 163 | * |
| 164 | 164 | * @return self |
| 165 | 165 | */ |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * Initialisation function. |
| 21 | 21 | * |
| 22 | - * @param ComponentInterface $zone |
|
| 23 | 22 | */ |
| 24 | 23 | public function init(ComponentInterface $component = null) |
| 25 | 24 | { |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Retrieve a template from a content type and a template type. |
| 16 | 16 | * |
| 17 | - * @param TemplateType $theme |
|
| 18 | 17 | * @param Content $content |
| 19 | 18 | * |
| 20 | 19 | * @return TemplateInterface|null |
@@ -36,10 +36,10 @@ |
||
| 36 | 36 | * |
| 37 | 37 | * @see PropertyAccessorInterface::getValue() |
| 38 | 38 | * |
| 39 | - * @param sgring $namespace |
|
| 40 | - * @param string $path |
|
| 39 | + * @param string $namespace |
|
| 41 | 40 | * @param string $element |
| 42 | 41 | * @param mixed $default |
| 42 | + * @param string $key |
|
| 43 | 43 | * |
| 44 | 44 | * @return mixed |
| 45 | 45 | */ |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Create and return a new Zone from given ZoneType. |
| 16 | 16 | * |
| 17 | - * @param ZoneTypeInterface $zoneType |
|
| 18 | 17 | * @param ComponentCollection $components |
| 19 | 18 | * |
| 20 | 19 | * @return CreateZoneAction |