Test Setup Failed
Pull Request — master (#3)
by Sean
08:19
created
src/TestMailCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     protected function setRecipient(): void
124 124
     {
125 125
         $this->recipient = $this->argument('recipient') ??
126
-             $this->getPresetValue('recipient', $this->config->get('mail.from.address'));
126
+                $this->getPresetValue('recipient', $this->config->get('mail.from.address'));
127 127
     }
128 128
 
129 129
     protected function setDriver(): void
Please login to merge, or discard this patch.