Skip to content

Commit

Permalink
minor #5645 Add return type in EventListener (tourze)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Add return type in EventListener

<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->

Commits
-------

149f5d5 Add return type in EventListener
  • Loading branch information
javiereguiluz committed Feb 20, 2023
2 parents 4c909c7 + 149f5d5 commit 937632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/EventListener/CrudAutocompleteSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class CrudAutocompleteSubscriber implements EventSubscriberInterface
{
public static function getSubscribedEvents()
public static function getSubscribedEvents(): array
{
return [
FormEvents::PRE_SET_DATA => 'preSetData',
Expand Down

0 comments on commit 937632f

Please sign in to comment.