Skip to content

Commit

Permalink
Update type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 26, 2023
1 parent 9fc7db9 commit ebf07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public function getRawSql(): string
};
}

/** @psalm-var string[] $params */
/** @var string[] $params */
if (!isset($params[0])) {
return preg_replace_callback(
'#(:\w+)#',
Expand Down

0 comments on commit ebf07f1

Please sign in to comment.