Explorar o código

Merge pull request #3449 from shleeable/patch-6

safefixes - Remove unwanted else from loop
daniel %!s(int64=3) %!d(string=hai) anos
pai
achega
a7f8c297b1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Console/Commands/Installer.php

+ 0 - 1
app/Console/Commands/Installer.php

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