Skip to content

Commit 47e3c88

Browse files
Suppress some UnusedMethod for psalm
1 parent 8a1662a commit 47e3c88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Table/Column.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ public static function parse(Field $field): self
5959
return $column;
6060
}
6161

62+
/**
63+
* Get column name.
64+
*
65+
* @psalm-suppress UnusedMethod
66+
*/
6267
public function getName(): string
6368
{
6469
return $this->field->getColumn();
@@ -67,6 +72,7 @@ public function getName(): string
6772
/**
6873
* Get column type.
6974
*
75+
* @psalm-suppress UnusedMethod
7076
*/
7177
public function getType(): string
7278
{

0 commit comments

Comments
 (0)