Skip to content

Commit

Permalink
Add more type hints to AdminExtensionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and jordisala1991 committed Aug 31, 2020
1 parent 09e7934 commit 91330f2
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 @@ -99,7 +99,7 @@ public function alterObject(AdminInterface $admin, $object);
/**
* Get a chance to add persistent parameters.
*
* @return array
* @return array<string, mixed>
*/
public function getPersistentParameters(AdminInterface $admin);

Expand Down

0 comments on commit 91330f2

Please sign in to comment.