Flitch\File\Violation::getSeverity PHP Method

getSeverity() public method

Get the severity of the error.
public getSeverity ( ) : integer
return integer
    public function getSeverity()
    {
        return $this->severity;
    }