Skip to content

Commit ee2b92f

Browse files
committed
feat: rector test
1 parent 4c7c36a commit ee2b92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Column implements ColumnInterface
88
{
99
public function __construct(
10-
private readonly string $name,
10+
private string $name,
1111
private readonly string $type,
1212
private readonly array $typeParameters,
1313
private readonly string $otherParameters,

0 commit comments

Comments
 (0)