Pārlūkot izejas kodu

Merge pull request #3854 from core23/phpdocs

Fixed wrong phpdoc
Christian Gripp 9 gadi atpakaļ
vecāks
revīzija
68db858233
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  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)
     {
     {