Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri Pham committed Dec 14, 2018
1 parent 156241c commit dfcfc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/SendEmailCommand.php
Expand Up @@ -89,7 +89,7 @@ private function processMailer($name, InputInterface $input, OutputInterface $ou
}
}

private function recoverSpool($name, \Swift_Transport $transport, InputInterface $input, OutputInterface $output)
private function recoverSpool($name, \Swift_Transport $transport, InputInterface $input)
{
if ($transport instanceof \Swift_Transport_SpoolTransport) {
$spool = $transport->getSpool();
Expand Down

0 comments on commit dfcfc14

Please sign in to comment.