Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Nov 26, 2023
1 parent 1cccb5f commit 06a48b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ abstract class AbstractCommand implements CommandInterface
* @var string|null Transaction isolation level.
*/
protected string|null $isolationLevel = null;

/**
* @var array Parameters to use.
*
* @psalm-var ParamInterface[]
* @var ParamInterface[] Parameters to use.
*/
protected array $params = [];

/**
* @var string|null Name of the table to refresh schema for. Null means not to refresh the schema.
*/
Expand Down

0 comments on commit 06a48b7

Please sign in to comment.