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 8b9a2c9 commit b1b4b13Copy full SHA for b1b4b13
1 file changed
src/Schema/AbstractTableSchema.php
@@ -20,7 +20,7 @@ abstract class AbstractTableSchema implements TableSchemaInterface
20
private string|null $sequenceName = null;
21
/** @psalm-var string[] */
22
private array $primaryKey = [];
23
- /** @psalm-var ColumnSchemaInterface[] */
+ /** @psalm-var array<string, ColumnSchemaInterface> */
24
private array $columns = [];
25
/** @psalm-var array<array-key, array> */
26
protected array $foreignKeys = [];
0 commit comments