Explorar el Código

Merge pull request #3854 from core23/phpdocs

Fixed wrong phpdoc
Christian Gripp hace 9 años
padre
commit
68db858233
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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)
     {