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 662ccd6 commit 4a03a29Copy full SHA for 4a03a29
1 file changed
src/Schema.php
@@ -326,7 +326,7 @@ protected function loadTableDefaultValues(string $tableName): array
326
*
327
* @return ColumnSchemaBuilder column schema builder instance.
328
329
- * @psalm-param array<array-key, string>|int|null|string $length
+ * @psalm-param string[]|int[]|int|null|string $length
330
*/
331
public function createColumnSchemaBuilder(string $type, array|int|string $length = null): ColumnSchemaBuilder
332
{
0 commit comments