Skip to content

Commit b725475

Browse files
committed
Remove unused method from Location in favour of readonly property
1 parent 278e5c2 commit b725475

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

php/src/Location.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,4 @@ public function __construct(
1111
public readonly int $column,
1212
) {
1313
}
14-
15-
public function getColumn(): int
16-
{
17-
return $this->column;
18-
}
1914
}

0 commit comments

Comments
 (0)