- Removes space between (int) and variable

This commit is contained in:
Vlad
2016-05-18 09:23:50 -04:00
parent 8540c51679
commit bf1ab3a593
17 changed files with 31 additions and 31 deletions

View File

@@ -51,7 +51,7 @@ class Scheduler {
$queue->delete();
return;
}
$subscriber_id = (int) $subscriber['to_process'][0];
$subscriber_id = (int)$subscriber['to_process'][0];
if($newsletter->event === 'segment') {
if($this->verifyMailPoetSubscriber($subscriber_id, $newsletter, $queue) === false) {
return;