Mpociot\ApiDoc\Parsers\RuleDescriptionParser::ruleDescriptionExist PHP Method

ruleDescriptionExist() protected method

protected ruleDescriptionExist ( ) : boolean
return boolean
    protected function ruleDescriptionExist()
    {
        return trans()->hasForLocale($this->rule) || trans()->hasForLocale($this->rule, self::DEFAULT_LOCALE);
    }