Skip to content

Commit

Permalink
replaced deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Jun 22, 2021
1 parent 45b9f36 commit becb246
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
7 changes: 0 additions & 7 deletions phpstan-baseline.neon

This file was deleted.

3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
includes:
- phpstan-baseline.neon

parameters:
checkMissingIterableValueType: false
2 changes: 1 addition & 1 deletion src/DbalRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ protected function createAndExecuteQuery(Criteria $criteria, string $sagaId): Re
$queryBuilder->setParameter(sprintf('%s', $key), $value);
}

return $queryBuilder->execute();
return $queryBuilder->executeQuery();
}
}

0 comments on commit becb246

Please sign in to comment.