Skip to content

Commit 8562949

Browse files
committed
Console: Exit number needed to be in brackets.
1 parent 1bda98d commit 8562949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if ("cli" !== php_sapi_name()) {
55
printf("This tool must be used in a command line environment only.\n");
6-
exit 1;
6+
exit(1);
77
}
88

99
require_once __DIR__ . "/../vendor/autoload.php";

0 commit comments

Comments
 (0)