Skip to content

Commit

Permalink
Remove unused method from Location in favour of readonly property
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Nov 11, 2022
1 parent 278e5c2 commit b725475
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions php/src/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ public function __construct(
public readonly int $column,
) {
}

public function getColumn(): int
{
return $this->column;
}
}

0 comments on commit b725475

Please sign in to comment.