Skip to content

Commit

Permalink
Remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Mar 28, 2022
1 parent 0175395 commit 6e3ddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/environment/Environment.php
Expand Up @@ -166,7 +166,7 @@ private function ensureTimezoneSet(): void {
}

private function ensureRequiredFeaturesAvailable(): void {
$extensions = ['dom', 'mbstring', 'pcre', 'curl', 'phar', 'libxml', 'foo'];
$extensions = ['dom', 'mbstring', 'pcre', 'curl', 'phar', 'libxml'];
$functions = ['exec', 'php_uname', 'escapeshellarg'];
$missing = [];

Expand Down

0 comments on commit 6e3ddef

Please sign in to comment.