phprs\util\AnnotationCleaner::clean PHP Method

clean() public static method

public static clean ( $text )
    public static function clean($text)
    {
        $o = new AnnotationCleaner();
        return $o->clean_($text);
    }