Skip to content

Commit 905aec7

Browse files
authored
Apply fixes from StyleCI (#63)
1 parent 276f643 commit 905aec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Console/CleanEmails.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public function handle()
1818

1919
$maxAgeInDays = config('mailbox.store_incoming_emails_for_days');
2020

21-
if ($maxAgeInDays === INF)
22-
{
23-
$this->error($this->signature . ' is disabled because store_incoming_emails_for_days is set to INF.');
21+
if ($maxAgeInDays === INF) {
22+
$this->error($this->signature.' is disabled because store_incoming_emails_for_days is set to INF.');
23+
2424
return 1;
2525
}
2626

0 commit comments

Comments
 (0)