Skip to content

Commit

Permalink
IOTA-677 run cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
PetraMiseta committed Feb 14, 2024
1 parent 7365651 commit 6aa0549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundle/Helper/MailHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public function sendMail(array|string $receivers, string $subject, string $templ
*/
public function sendGroupMail(array|string $bcc, string $subject, string $template, array $parameters = [], array|string|null $sender = null): void

Check failure on line 91 in bundle/Helper/MailHelper.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Netgen\Bundle\SiteBundle\Helper\MailHelper::sendGroupMail() has parameter $bcc with no value type specified in iterable type array.

Check failure on line 91 in bundle/Helper/MailHelper.php

View workflow job for this annotation

GitHub Actions / phpstan

PHPDoc tag @param references unknown parameter: $receivers
{

try {
$senderAddress = $this->createSenderAddress($sender);
} catch (InvalidArgumentException $e) {
Expand Down

0 comments on commit 6aa0549

Please sign in to comment.