Flitch\File\Violation::getColumn PHP Method

getColumn() public method

Get the column the error occured in.
public getColumn ( ) : integer
return integer
    public function getColumn()
    {
        return $this->column;
    }