Skip to content

Commit c8f20d9

Browse files
committed
fix code style errors
1 parent 2408a14 commit c8f20d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/crontab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
// Remove the existing section
102102
array_splice($cronJobs, $start + 1, $end - $start - 1);
103103
writeln("Crontab: Found existing section, removed jobs");
104-
} else if (count($cronJobsLocal) > 0) {
104+
} elseif (count($cronJobsLocal) > 0) {
105105
$foundJobs = false;
106106
// Remove individual jobs if no section is present
107107
foreach ($cronJobs as $index => $cronJob) {

0 commit comments

Comments
 (0)