Skip to content

Commit

Permalink
Remove unnecessary psalm annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 26, 2023
1 parent f3c632e commit 9fc7db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ public function getRawSql(): string
$params = [];
$quoter = $this->getQueryBuilder()->quoter();

/** @psalm-var ParamInterface $param */
foreach ($this->params as $name => $param) {
if (is_string($name) && !str_starts_with($name, ':')) {
$name = ':' . $name;
Expand Down

0 comments on commit 9fc7db9

Please sign in to comment.