Skip to content

Commit

Permalink
PHPStan 1.10.38 (doctrine#6178)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Oct 9, 2023
1 parent 5b7bd66 commit d3954ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.35",
"phpstan/phpstan": "1.10.38",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.13",
"psalm/plugin-phpunit": "0.18.4",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ parameters:
paths:
- src/Connection.php
-
message: '~^Method Doctrine\\DBAL\\Driver\\Mysqli\\Connection::exec\(\) should return int but returns int\|string\.$~'
message: '~^Method Doctrine\\DBAL\\Driver\\Mysqli\\Connection::exec\(\) should return int but returns int<-1, max>\|string\.$~'
paths:
- src/Driver/Mysqli/Connection.php
-
Expand Down

0 comments on commit d3954ec

Please sign in to comment.