SebastianBergmann\PHPLOC\Log\CSV\Single::getKeysLine PHP Method

getKeysLine() protected method

protected getKeysLine ( array $count ) : string
$count array
return string
    protected function getKeysLine(array $count)
    {
        return implode(',', array_values($this->colmap)) . PHP_EOL;
    }