N98\Util\Exec::parseCommandOutput PHP Method

parseCommandOutput() private static method

string from array of strings representing one line per entry
private static parseCommandOutput ( array $commandOutput ) : string
$commandOutput array
return string
    private static function parseCommandOutput(array $commandOutput)
    {
        return implode(PHP_EOL, $commandOutput) . PHP_EOL;
    }