浏览代码

Fixed wrong phpdoc

core23 9 年之前
父节点
当前提交
53137bb1cd
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      Admin/AbstractAdmin.php

+ 5 - 5
Admin/AbstractAdmin.php

@@ -2843,35 +2843,35 @@ abstract class AbstractAdmin implements AdminInterface, DomainObjectInterface
     }
     }
 
 
     /**
     /**
-     * {@inheritdoc}
+     * @param FormMapper $form
      */
      */
     protected function configureFormFields(FormMapper $form)
     protected function configureFormFields(FormMapper $form)
     {
     {
     }
     }
 
 
     /**
     /**
-     * {@inheritdoc}
+     * @param ListMapper $list
      */
      */
     protected function configureListFields(ListMapper $list)
     protected function configureListFields(ListMapper $list)
     {
     {
     }
     }
 
 
     /**
     /**
-     * {@inheritdoc}
+     * @param DatagridMapper $filter
      */
      */
     protected function configureDatagridFilters(DatagridMapper $filter)
     protected function configureDatagridFilters(DatagridMapper $filter)
     {
     {
     }
     }
 
 
     /**
     /**
-     * {@inheritdoc}
+     * @param ShowMapper $show
      */
      */
     protected function configureShowFields(ShowMapper $show)
     protected function configureShowFields(ShowMapper $show)
     {
     {
     }
     }
 
 
     /**
     /**
-     * {@inheritdoc}
+     * @param RouteCollection $collection
      */
      */
     protected function configureRoutes(RouteCollection $collection)
     protected function configureRoutes(RouteCollection $collection)
     {
     {