Completed
Branch master (046d96)
by Jarek
03:57
created
src/Metable.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.