There was an error while loading. Please reload this page.
1 parent dff4fd7 commit dae7496Copy full SHA for dae7496
1 file changed
system/Database/Forge.php
@@ -39,7 +39,7 @@ class Forge
39
/**
40
* List of keys.
41
*
42
- * @phpstan-var array{fields: string[], keyName: string}
+ * @phpstan-var array|array{fields: string[], keyName: string}
43
* @var array
44
*/
45
protected $keys = [];
@@ -54,7 +54,7 @@ class Forge
54
55
* Primary keys.
56
57
58
59
60
protected $primaryKeys = [];
0 commit comments