@@ -321,7 +321,7 @@ discard block |
||
321 | 321 | /** |
322 | 322 | * Return loaded entities |
323 | 323 | * |
324 | - * @return mixed |
|
324 | + * @return ArrayCollection |
|
325 | 325 | */ |
326 | 326 | public function getEntities() |
327 | 327 | { |
@@ -397,7 +397,7 @@ discard block |
||
397 | 397 | } |
398 | 398 | |
399 | 399 | /** |
400 | - * @return array |
|
400 | + * @return integer[] |
|
401 | 401 | */ |
402 | 402 | public function getActionNames() |
403 | 403 | { |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | } |
224 | 224 | |
225 | 225 | /** |
226 | - * @return mixed |
|
226 | + * @return string |
|
227 | 227 | */ |
228 | 228 | public function getTitle() |
229 | 229 | { |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | } |
240 | 240 | |
241 | 241 | /** |
242 | - * @return mixed |
|
242 | + * @return string |
|
243 | 243 | */ |
244 | 244 | public function getLayout() |
245 | 245 | { |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | } |
256 | 256 | |
257 | 257 | /** |
258 | - * @return mixed |
|
258 | + * @return string |
|
259 | 259 | */ |
260 | 260 | public function getBlockTemplate() |
261 | 261 | { |
@@ -271,7 +271,7 @@ discard block |
||
271 | 271 | } |
272 | 272 | |
273 | 273 | /** |
274 | - * @return mixed |
|
274 | + * @return string |
|
275 | 275 | */ |
276 | 276 | public function getDescription() |
277 | 277 | { |
@@ -303,7 +303,7 @@ discard block |
||
303 | 303 | } |
304 | 304 | |
305 | 305 | /** |
306 | - * @return mixed |
|
306 | + * @return string |
|
307 | 307 | */ |
308 | 308 | public function getDateFormat() |
309 | 309 | { |
@@ -397,7 +397,7 @@ discard block |
||
397 | 397 | } |
398 | 398 | |
399 | 399 | /** |
400 | - * @return mixed |
|
400 | + * @return integer |
|
401 | 401 | */ |
402 | 402 | public function getStringLengthTruncate() |
403 | 403 | { |