Overtrue\Validation\MessageBag::checkFormat PHP Method

checkFormat() protected method

Get the appropriate format based on the given format.
protected checkFormat ( string $format ) : string
$format string
return string
    protected function checkFormat($format)
    {
        return $format === null ? $this->format : $format;
    }