Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Apr 3, 2022
1 parent be190c6 commit 1538f78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"require-dev": {
"php-service-bus/code-style-config": "v5.1.*",
"phpunit/phpunit": "v9.5.*",
"vimeo/psalm": "v4.19.*",
"phpstan/phpstan": "v1.4.*",
"vimeo/psalm": "v4.22.*",
"phpstan/phpstan": "v1.5.*",
"boesing/psalm-plugin-stringf": "v1.1.*"
},
"prefer-stable": true,
Expand Down
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<psalm
totallyTyped="true"
useDocblockTypes="true"
useDocblockPropertyTypes="true"
strictBinaryOperands="true"
Expand Down
1 change: 1 addition & 0 deletions src/Sql/AmpPosgreSQL/AmpPostgreSQLAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function () use ($function): \Generator
$generator = $function($transaction);

/** @psalm-suppress MixedArgumentTypeCoercion */
/** @phpstan-ignore-next-line */
yield new Coroutine($generator);

yield $transaction->commit();
Expand Down

0 comments on commit 1538f78

Please sign in to comment.