Skip to content

Commit

Permalink
Fixed AdminExtensionInterface::configure phpdoc return type
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone authored and VincentLanglet committed May 2, 2021
1 parent 268c146 commit f347a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/AdminExtensionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author Thomas Rabaix <[email protected]>
*
* @method array getAccessMapping(AdminInterface $admin)
* @method array configure(AdminInterface $admin)
* @method void configure(AdminInterface $admin)
* @method array configureBatchActions(AdminInterface $admin, array $actions)
* @method array configureExportFields(AdminInterface $admin, array $fields)
* @method array configureActionButtons(AdminInterface $admin, array $list, string $action, object $object)
Expand Down

0 comments on commit f347a79

Please sign in to comment.