Flitch\File\Violation::getColumn PHP Méthode

getColumn() public méthode

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