Skip to content

Commit

Permalink
Fix issue psalm.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Dec 22, 2020
1 parent a105214 commit 6abe6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/ContactMessageSend.php
Expand Up @@ -16,7 +16,7 @@ public function __construct(ServiceFlashMessage $serviceFlashMessage)
$this->addFlash();
}

public function addFlash()
public function addFlash(): void
{
$this->serviceFlashMessage->run(
'success',
Expand Down

0 comments on commit 6abe6ea

Please sign in to comment.