Skip to content

Commit 05af937

Browse files
author
Philipp Handle
committed
fix exit code
1 parent 4455c10 commit 05af937

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/churn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) {
1212
)
1313
);
1414

15-
die(1);
15+
exit(1);
1616
}
1717

1818
if (version_compare(PHP_VERSION, '8.1.33', '<')) {
@@ -26,7 +26,7 @@ if (version_compare(PHP_VERSION, '8.1.33', '<')) {
2626
)
2727
);
2828

29-
die(1);
29+
exit(1);
3030
}
3131

3232
require_once __DIR__ . '/bootstrap.php';

0 commit comments

Comments
 (0)