Test Setup Failed
Push — master ( 47c48c...f2ab8f )
by Craig
01:29 queued 17s
created
src/system/ZAuthModule/Listener/DeletePendingRegistrationsListener.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
 Your registration at %site% associated with this email (%email%) has been deleted from the site.
101 101
 This could have happened because you have delayed too long in confirming your email address, or because the administrator manually deleted your registration.
102 102
 If you have any questions, please contact the site administrator or re-register.
103
-EOT
103
+eot
104 104
         , ['%site' => $siteName, '%email%' => $event->getUser()->getEmail()]));
105 105
         try {
106 106
             $this->mailer->send($email);
Please login to merge, or discard this patch.