Skip to content

Commit bb4d542

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent f22859b commit bb4d542

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Actions/ResolveGarbageAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function shouldMarkComplete(MailatorSchedule $schedule): bool
3131
return false;
3232
}
3333

34-
if (!$schedule->nextTrigger()) {
34+
if (! $schedule->nextTrigger()) {
3535
return true;
3636
}
3737

src/Support/ConverterEnum.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ class ConverterEnum
99
public const MINUTES_IN_WEEK = 168 * 60;
1010
public const HOURS_IN_DAY = 24;
1111
public const HOURS_IN_WEEK = 168;
12-
13-
14-
1512
}

0 commit comments

Comments
 (0)