Completed
Push — master ( feff07...2c2488 )
by ARCANEDEV
05:46
created
src/ViewComposers/System/PhpInfoComposer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.