Skip to content

Commit

Permalink
IOTA-677 fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PetraMiseta committed Feb 14, 2024
1 parent 6aa0549 commit 1770d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Helper/MailHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public function sendMail(array|string $receivers, string $subject, string $templ
* array( '[email protected]', '[email protected]' ) or
* array( '[email protected]' => 'Netgen Site', '[email protected]' => 'Example' )
*
* @param string|string[] $receivers
* @param string|string[] $bcc
* @param array<string, mixed> $parameters
* @param string|string[]|null $sender
* @param string|string[]|null $sender
*/
public function sendGroupMail(array|string $bcc, string $subject, string $template, array $parameters = [], array|string|null $sender = null): void
{
Expand Down

0 comments on commit 1770d59

Please sign in to comment.