@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Get handler with required custom field types registered. |
54 | 54 | * |
55 | - * @return Handler |
|
55 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
56 | 56 | */ |
57 | 57 | public function getCustomHandler() |
58 | 58 | { |
@@ -91,7 +91,7 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @param string|Twig_Template $baseTemplate |
|
94 | + * @param string $baseTemplate |
|
95 | 95 | */ |
96 | 96 | public function setBaseTemplate($baseTemplate) |
97 | 97 | { |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Update name and identifier of a section. |
62 | 62 | * |
63 | - * @param mixed $id |
|
63 | + * @param integer $id |
|
64 | 64 | * @param string $name |
65 | 65 | * @param string $identifier |
66 | 66 | * |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | /** |
82 | 82 | * Get section data. |
83 | 83 | * |
84 | - * @param mixed $id |
|
84 | + * @param integer $id |
|
85 | 85 | * |
86 | 86 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If section is not found |
87 | 87 | * |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | * content objects. Make sure that no content objects are associated with |
173 | 173 | * the section any more *before* calling this method. |
174 | 174 | * |
175 | - * @param mixed $id |
|
175 | + * @param integer $id |
|
176 | 176 | */ |
177 | 177 | public function delete($id) |
178 | 178 | { |
@@ -189,8 +189,8 @@ discard block |
||
189 | 189 | /** |
190 | 190 | * Assigns section to single content object. |
191 | 191 | * |
192 | - * @param mixed $sectionId |
|
193 | - * @param mixed $contentId |
|
192 | + * @param integer $sectionId |
|
193 | + * @param integer $contentId |
|
194 | 194 | */ |
195 | 195 | public function assign($sectionId, $contentId) |
196 | 196 | { |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | /** |
213 | 213 | * Number of role policies using a Section in limitations. |
214 | 214 | * |
215 | - * @param mixed $sectionId |
|
215 | + * @param integer $sectionId |
|
216 | 216 | * |
217 | 217 | * @return int |
218 | 218 | */ |