We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7c36a commit ee2b92fCopy full SHA for ee2b92f
src/DataObject/Sql/Database/Table/Column.php
@@ -7,7 +7,7 @@
7
class Column implements ColumnInterface
8
{
9
public function __construct(
10
- private readonly string $name,
+ private string $name,
11
private readonly string $type,
12
private readonly array $typeParameters,
13
private readonly string $otherParameters,
0 commit comments