Passed
Push — main ( 8365e4...b2f486 )
by Peter
03:33
created
tests/Email/SenderTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 
19 19
     protected Mailer $fakeMailer;
20 20
 
21
-    protected Email|MockObject $emailMock;
21
+    protected Email | MockObject $emailMock;
22 22
 
23
-    protected MessageFactory|MockObject $messageFactory;
23
+    protected MessageFactory | MockObject $messageFactory;
24 24
 
25 25
     protected array $recipients = [
26 26
         '[email protected]',
Please login to merge, or discard this patch.