Browse Source

Fixed wrong phpdoc

core23 9 năm trước cách đây
mục cha
commit
53137bb1cd
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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)
     {
     }
 
     /**
-     * {@inheritdoc}
+     * @param ListMapper $list
      */
     protected function configureListFields(ListMapper $list)
     {
     }
 
     /**
-     * {@inheritdoc}
+     * @param DatagridMapper $filter
      */
     protected function configureDatagridFilters(DatagridMapper $filter)
     {
     }
 
     /**
-     * {@inheritdoc}
+     * @param ShowMapper $show
      */
     protected function configureShowFields(ShowMapper $show)
     {
     }
 
     /**
-     * {@inheritdoc}
+     * @param RouteCollection $collection
      */
     protected function configureRoutes(RouteCollection $collection)
     {