@@ -89,9 +89,9 @@ |
||
| 89 | 89 | |
| 90 | 90 | |
| 91 | 91 | |
| 92 | - $lastSandedEmail = $this->getEmailSendReceiveColl()->count()-1 >=0 ? |
|
| 92 | + $lastSandedEmail = $this->getEmailSendReceiveColl()->count() - 1 >= 0 ? |
|
| 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 |