@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | /** |
259 | 259 | * Get boolean called on the original method and set it to default. |
260 | 260 | * |
261 | - * @param \Sofa\EloquenceArgumentBag $args |
|
261 | + * @param ArgumentBag $args |
|
262 | 262 | * @return string |
263 | 263 | */ |
264 | 264 | protected function getMetaBoolean(ArgumentBag $args) |
@@ -407,8 +407,7 @@ discard block |
||
407 | 407 | /** |
408 | 408 | * Get meta attribute values by group. |
409 | 409 | * |
410 | - * @param string $key |
|
411 | - * @return mixed |
|
410 | + * @return AttributeBag |
|
412 | 411 | */ |
413 | 412 | public function getMetaByGroup($group) |
414 | 413 | { |