Skip to content

Commit

Permalink
minor #42990 [Messenger] add return type (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 6.0 branch.

Discussion
----------

[Messenger] add return type

| Q             | A
| ------------- | ---
| Branch?       | 6.0
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

3b5b5fb add return type
  • Loading branch information
derrabus committed Sep 12, 2021
2 parents 6cbae70 + 3b5b5fb commit a0cb5f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public function resetServices(AbstractWorkerMessageEvent $event)
$this->servicesResetter->reset();
}

public static function getSubscribedEvents()
public static function getSubscribedEvents(): array
{
return [
WorkerMessageHandledEvent::class => ['resetServices'],
Expand Down

0 comments on commit a0cb5f6

Please sign in to comment.