@@ -48,7 +48,7 @@ |
||
48 | 48 | */ |
49 | 49 | private function checkPhpRequirements() |
50 | 50 | { |
51 | - return collect(['openssl', 'pdo', 'mbstring', 'tokenizer', 'xml'])->mapWithKeys(function ($requirement) { |
|
51 | + return collect(['openssl', 'pdo', 'mbstring', 'tokenizer', 'xml'])->mapWithKeys(function($requirement) { |
|
52 | 52 | return [$requirement => extension_loaded($requirement)]; |
53 | 53 | }); |
54 | 54 | } |