Switch to Psalm 4

This commit is contained in:
Kamil Kokot 2020-11-18 16:55:36 +01:00
parent b4ef833c03
commit 2b36e9548b
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
3 changed files with 4 additions and 6 deletions

View file

@ -136,7 +136,7 @@
"phpstan/phpstan": "0.12.29",
"phpstan/phpstan-doctrine": "0.12.16",
"phpunit/phpunit": "^8.5",
"psalm/plugin-mockery": "^0.3",
"psalm/plugin-mockery": "0.6.1",
"psr/event-dispatcher": "^1.0",
"sspooky13/yaml-standards": "^5.1",
"stripe/stripe-php": "^6.43",
@ -146,7 +146,7 @@
"symfony/dotenv": "^4.4",
"symfony/flex": "^1.7",
"symfony/web-profiler-bundle": "^4.4",
"vimeo/psalm": "^3.11.6"
"vimeo/psalm": "4.1.1"
},
"replace": {
"sylius/addressing": "self.version",

View file

@ -151,7 +151,8 @@
<MoreSpecificReturnType errorLevel="info" />
<LessSpecificReturnStatement errorLevel="info" />
<TypeCoercion errorLevel="info" />
<ArgumentTypeCoercion errorLevel="info" />
<PropertyTypeCoercion errorLevel="info" />
<PossiblyInvalidArgument errorLevel="info" />
<PossiblyInvalidArrayAccess errorLevel="info" />

View file

@ -1099,9 +1099,6 @@
"webmozart/assert": {
"version": "1.9.1"
},
"webmozart/glob": {
"version": "4.1.0"
},
"webmozart/path-util": {
"version": "2.3.0"
},