Skip to content

Commit d38f4d1

Browse files
Upgraded static analyzers
1 parent 6854d24 commit d38f4d1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

phpstan.src.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ parameters:
88
- '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
99
- '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
1010
- '#Parameter \#1 \$name of method Dotenv\\Repository\\AbstractRepository::set\(\) expects string, string\|null given.#'
11-
- '#Parameter \#.+ of method Dotenv\\Repository\\AbstractRepository::offset.+ should be contravariant .+#'

vendor-bin/phpstan/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require": {
3-
"phpstan/phpstan": "0.12.88",
3+
"phpstan/phpstan": "0.12.99",
44
"phpstan/extension-installer": "1.1.0",
55
"phpstan/phpstan-deprecation-rules": "0.12.6",
6-
"phpstan/phpstan-strict-rules": "0.12.9",
6+
"phpstan/phpstan-strict-rules": "0.12.11",
77
"thecodingmachine/phpstan-strict-rules": "0.12.1"
88
},
99
"config": {

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"psalm/phar": "4.7.1"
3+
"psalm/phar": "4.10.0"
44
},
55
"config": {
66
"preferred-install": "dist"

0 commit comments

Comments
 (0)