Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
sclubricants committed Sep 25, 2022
1 parent dff4fd7 commit dae7496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Database/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Forge
/**
* List of keys.
*
* @phpstan-var array{fields: string[], keyName: string}
* @phpstan-var array|array{fields: string[], keyName: string}
* @var array
*/
protected $keys = [];
Expand All @@ -54,7 +54,7 @@ class Forge
/**
* Primary keys.
*
* @phpstan-var array{fields: string[], keyName: string}
* @phpstan-var array|array{fields: string[], keyName: string}
* @var array
*/
protected $primaryKeys = [];
Expand Down

0 comments on commit dae7496

Please sign in to comment.