Passed
Push — master ( 5520e8...3e77d8 )
by Dmitry
03:04
created
src/Email/Send/EmailSendCheck.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,9 +89,9 @@
 block discarded – undo
89 89
 
90 90
 
91 91
 
92
-        $lastSandedEmail = $this->getEmailSendReceiveColl()->count()-1 ?
92
+        $lastSandedEmail = $this->getEmailSendReceiveColl()->count() - 1 ?
93 93
             $this->getEmailSendReceiveColl()->at(
94
-                $this->getEmailSendReceiveColl()->count()-1
94
+                $this->getEmailSendReceiveColl()->count() - 1
95 95
             )
96 96
             :null;
97 97
         if (null === $lastSandedEmail
Please login to merge, or discard this patch.