Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 29, 2024
1 parent 5fa1863 commit d00ed15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bridges/MailDI/MailExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getConfigSchema(): Nette\Schema\Schema
}


public function loadConfiguration()
public function loadConfiguration(): void
{
$builder = $this->getContainerBuilder();

Expand Down
2 changes: 1 addition & 1 deletion src/Mail/FallbackMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class FallbackMailer implements Mailer
{
/** @var callable[] function (FallbackMailer $sender, SendException $e, Mailer $mailer, Message $mail): void */
/** @var array<callable(self, SendException, Mailer, Message): void> */
public array $onFailure = [];

/** @var Mailer[] */
Expand Down

0 comments on commit d00ed15

Please sign in to comment.