feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
99 changed files with 408 additions and 2869 deletions
Showing only changes of commit 174b29efff - Show all commits

View File

@ -20,7 +20,7 @@ class Schedule
$commands = []; $commands = [];
foreach ($schedule as $line) { foreach ($schedule as $line) {
$line = trim($line); $line = trim($line);
if (trim($line) === '' or str_starts_with('#', $line)) { if (trim($line) === '' or str_starts_with($line, '#')) {
continue; continue;
} }
try { try {