ParaTest\Parser\Parser::getCleanReflectionName PHP Метод

getCleanReflectionName() приватный Метод

Return reflection name with null bytes stripped
private getCleanReflectionName ( ) : string
Результат string
    private function getCleanReflectionName()
    {
        return str_replace("", '', $this->refl->getName());
    }