Skip to content

Commit ac66791

Browse files
committed
Fix PHP check
1 parent bdc5d3a commit ac66791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ function getVersion($cmd)
232232

233233
echo "Setup process is successfully completed!\n";
234234

235-
// PHP > 8.4 Fixing
235+
// PHP > 8.4 Fix
236236
if (PHP_VERSION_ID >= 80400) {
237237
echo "\033[0;36m PHP >= 8.4 detected, installing php-cs-fixer...\033[0m\n";
238238

0 commit comments

Comments
 (0)