Skip to content

Commit 1137416

Browse files
committed
feat: phpcs test
1 parent ee2b92f commit 1137416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataObject/Sql/Database/Table/Column.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Column implements ColumnInterface
88
{
99
public function __construct(
10-
private string $name,
10+
private readonly string $name,
1111
private readonly string $type,
1212
private readonly array $typeParameters,
1313
private readonly string $otherParameters,
@@ -39,4 +39,4 @@ public function getComment(): string
3939
{
4040
return $this->comment;
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)