@@ -32,7 +32,7 @@ |
||
32 | 32 | $loader->register(true); |
33 | 33 | |
34 | 34 | $filesToLoad = \Composer\Autoload\ComposerStaticInit153a56a781a72686b71399955d98204f::$files; |
35 | - $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { |
|
35 | + $requireFile = \Closure::bind(static function($fileIdentifier, $file) { |
|
36 | 36 | if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
37 | 37 | $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
38 | 38 |
@@ -6,7 +6,7 @@ |
||
6 | 6 | if (!headers_sent()) { |
7 | 7 | header('HTTP/1.1 500 Internal Server Error'); |
8 | 8 | } |
9 | - $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; |
|
9 | + $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running ' . PHP_VERSION . ', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.' . PHP_EOL; |
|
10 | 10 | if (!ini_get('display_errors')) { |
11 | 11 | if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { |
12 | 12 | fwrite(STDERR, $err); |