We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e1310 commit 96953cbCopy full SHA for 96953cb
composer.json
@@ -47,8 +47,8 @@
47
"require-dev": {
48
"php-service-bus/code-style-config": "v5.1.*",
49
"phpunit/phpunit": "v9.5.*",
50
- "vimeo/psalm": "v4.19.*",
51
- "phpstan/phpstan": "v1.4.*",
+ "vimeo/psalm": "v4.22.*",
+ "phpstan/phpstan": "v1.5.*",
52
"boesing/psalm-plugin-stringf": "v1.1.*"
53
},
54
"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