Skip to content

Commit

Permalink
Fixed wrong phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 20, 2016
1 parent e5cf4b9 commit 53137bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Admin/AbstractAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2843,35 +2843,35 @@ public function getDashboardActions()
}

/**
* {@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)
{
Expand Down

0 comments on commit 53137bb

Please sign in to comment.