File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,3 @@ parameters:
8
8
- '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
9
9
- '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
10
10
- '#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 .+#'
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "phpstan/phpstan" : " 0.12.88 " ,
3
+ "phpstan/phpstan" : " 0.12.99 " ,
4
4
"phpstan/extension-installer" : " 1.1.0" ,
5
5
"phpstan/phpstan-deprecation-rules" : " 0.12.6" ,
6
- "phpstan/phpstan-strict-rules" : " 0.12.9 " ,
6
+ "phpstan/phpstan-strict-rules" : " 0.12.11 " ,
7
7
"thecodingmachine/phpstan-strict-rules" : " 0.12.1"
8
8
},
9
9
"config" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "psalm/phar" : " 4.7.1 "
3
+ "psalm/phar" : " 4.10.0 "
4
4
},
5
5
"config" : {
6
6
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments