@@ -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 |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | * |
| 49 | 49 | * @param Request $request |
| 50 | 50 | * |
| 51 | - * @return Response |
|
| 51 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 52 | 52 | */ |
| 53 | 53 | public function listAction(Request $request) |
| 54 | 54 | { |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | * |
| 64 | 64 | * @param Request $request |
| 65 | 65 | * |
| 66 | - * @return Response |
|
| 66 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 67 | 67 | */ |
| 68 | 68 | public function createAction(Request $request) |
| 69 | 69 | { |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * |
| 102 | 102 | * @param Request $request |
| 103 | 103 | * |
| 104 | - * @return Response |
|
| 104 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 105 | 105 | */ |
| 106 | 106 | public function editAction(Page $page, Request $request) |
| 107 | 107 | { |