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 8fb3e83 commit af955daCopy full SHA for af955da
src/Components/Key.php
@@ -25,8 +25,7 @@ final class Key implements Component
25
/**
26
* The key columns
27
*
28
- * @var array<int, array<string, int|string>>
29
- * @phpstan-var array{name?: string, length?: int, order?: string}[]
+ * @var array{name?: string, length?: int, order?: string}[]
30
*/
31
public array $columns;
32
src/Utils/ForeignKey.php
@@ -7,8 +7,8 @@
7
final class ForeignKey
8
{
9
10
- * @param (int|string)[] $indexList
11
- * @param string[] $refIndexList
+ * @param string[] $indexList
+ * @param string[] $refIndexList
12
13
public function __construct(
14
public string|null $constraint = null,
0 commit comments