@@ -40,6 +40,6 @@ |
||
40 | 40 | ] |
41 | 41 | ); |
42 | 42 | |
43 | - return ! empty($sent); |
|
43 | + return !empty($sent); |
|
44 | 44 | } |
45 | 45 | } |
46 | 46 | \ No newline at end of file |
@@ -30,6 +30,6 @@ |
||
30 | 30 | |
31 | 31 | $sent = $this->mailer->send($mail); |
32 | 32 | |
33 | - return ! empty($sent); |
|
33 | + return !empty($sent); |
|
34 | 34 | } |
35 | 35 | } |
36 | 36 | \ No newline at end of file |