1
0
Fork 0

Merge pull request #3449 from shleeable/patch-6

safefixes - Remove unwanted else from loop
This commit is contained in:
daniel 2022-05-15 21:36:46 -06:00 committed by GitHub
commit a7f8c297b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ class Installer extends Command
if(extension_loaded($ext) == false) { if(extension_loaded($ext) == false) {
$this->error("- {$ext} extension not found, aborting installation"); $this->error("- {$ext} extension not found, aborting installation");
exit; exit;
} else {
} }
} }
$this->info("- Required PHP extensions found!"); $this->info("- Required PHP extensions found!");