CrashDump: remove derp space

This commit is contained in:
Dylan K. Taylor 2021-10-30 23:22:37 +01:00
parent 141fbde660
commit 73dc0598e4
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -383,7 +383,7 @@ class CrashDump{
$this->addLine("uname -a: " . php_uname("a"));
$this->addLine("PHP Version: " . phpversion());
$this->addLine("Zend version: " . zend_version());
$this->addLine("OS : " . PHP_OS . ", " . Utils::getOS());
$this->addLine("OS: " . PHP_OS . ", " . Utils::getOS());
$this->addLine("Composer libraries: ");
foreach($composerLibraries as $library => $libraryVersion){
$this->addLine("- $library $libraryVersion");