Skip to content

Commit 1538f78

Browse files
committed
update dependencies
1 parent be190c6 commit 1538f78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"require-dev": {
5555
"php-service-bus/code-style-config": "v5.1.*",
5656
"phpunit/phpunit": "v9.5.*",
57-
"vimeo/psalm": "v4.19.*",
58-
"phpstan/phpstan": "v1.4.*",
57+
"vimeo/psalm": "v4.22.*",
58+
"phpstan/phpstan": "v1.5.*",
5959
"boesing/psalm-plugin-stringf": "v1.1.*"
6060
},
6161
"prefer-stable": true,

psalm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<psalm
3-
totallyTyped="true"
43
useDocblockTypes="true"
54
useDocblockPropertyTypes="true"
65
strictBinaryOperands="true"

src/Sql/AmpPosgreSQL/AmpPostgreSQLAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function () use ($function): \Generator
116116
$generator = $function($transaction);
117117

118118
/** @psalm-suppress MixedArgumentTypeCoercion */
119+
/** @phpstan-ignore-next-line */
119120
yield new Coroutine($generator);
120121

121122
yield $transaction->commit();

0 commit comments

Comments
 (0)