We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bac8be commit c191f21Copy full SHA for c191f21
composer.json
@@ -35,8 +35,8 @@
35
"require-dev": {
36
"php-service-bus/code-style-config": "v5.1.*",
37
"phpunit/phpunit": "v9.5.*",
38
- "vimeo/psalm": "v4.19.*",
39
- "phpstan/phpstan": "v1.4.*",
+ "vimeo/psalm": "v4.22.*",
+ "phpstan/phpstan": "v1.5.*",
40
"boesing/psalm-plugin-stringf": "v1.1.*"
41
},
42
"prefer-stable": true,
psalm.xml
@@ -1,6 +1,5 @@
1
<?xml version="1.0"?>
2
<psalm
3
- totallyTyped="true"
4
useDocblockTypes="true"
5
useDocblockPropertyTypes="true"
6
strictBinaryOperands="true"
0 commit comments