@@ -322,7 +322,7 @@ protected function normalizeType($type)
322
322
/**
323
323
* Determine if item is valid
324
324
*
325
- * @param mixed $item
325
+ * @param stdClass $item
326
326
* @return bool
327
327
*/
328
328
protected function isValid ($ item )
@@ -366,8 +366,8 @@ protected function isValid($item)
366
366
/**
367
367
* Append
368
368
*
369
- * @param object $value
370
- * @return void
369
+ * @param stdClass $value
370
+ * @return View\Helper\Placeholder\Container\AbstractContainer
371
371
* @throws Exception\InvalidArgumentException
372
372
*/
373
373
public function append ($ value )
@@ -387,7 +387,6 @@ public function append($value)
387
387
* @param string|int $index
388
388
* @param string $value
389
389
* @throws Exception\InvalidArgumentException
390
- * @return void
391
390
*/
392
391
public function offsetSet ($ index , $ value )
393
392
{
@@ -405,7 +404,6 @@ public function offsetSet($index, $value)
405
404
*
406
405
* @param string|int $index
407
406
* @throws Exception\InvalidArgumentException
408
- * @return void
409
407
*/
410
408
public function offsetUnset ($ index )
411
409
{
@@ -419,9 +417,9 @@ public function offsetUnset($index)
419
417
/**
420
418
* Prepend
421
419
*
422
- * @param object $value
420
+ * @param stdClass $value
423
421
* @throws Exception\InvalidArgumentException
424
- * @return void
422
+ * @return View\Helper\Placeholder\Container\AbstractContainer
425
423
*/
426
424
public function prepend ($ value )
427
425
{
@@ -437,9 +435,9 @@ public function prepend($value)
437
435
/**
438
436
* Set
439
437
*
440
- * @param object $value
438
+ * @param stdClass $value
441
439
* @throws Exception\InvalidArgumentException
442
- * @return void
440
+ * @return View\Helper\Placeholder\Container\AbstractContainer
443
441
*/
444
442
public function set ($ value )
445
443
{
0 commit comments