File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 42
42
"doctrine/annotations" : " ^1.13 || ^2" ,
43
43
"doctrine/coding-standard" : " ^9.0.2 || ^11.0" ,
44
44
"phpbench/phpbench" : " ^0.16.10 || ^1.0" ,
45
- "phpstan/phpstan" : " ~1.4.10 || 1.9.8 " ,
45
+ "phpstan/phpstan" : " ~1.4.10 || 1.9.14 " ,
46
46
"phpunit/phpunit" : " ^7.5 || ^8.5 || ^9.5" ,
47
47
"psr/log" : " ^1 || ^2 || ^3" ,
48
48
"squizlabs/php_codesniffer" : " 3.7.1" ,
49
49
"symfony/cache" : " ^4.4 || ^5.4 || ^6.0" ,
50
50
"symfony/var-exporter" : " ^4.4 || ^5.4 || ^6.2" ,
51
51
"symfony/yaml" : " ^3.4 || ^4.0 || ^5.0 || ^6.0" ,
52
- "vimeo/psalm" : " 4.30.0 || 5.5 .0"
52
+ "vimeo/psalm" : " 4.30.0 || 5.6 .0"
53
53
},
54
54
"conflict" : {
55
55
"doctrine/annotations" : " <1.13 || >= 3.0"
Original file line number Diff line number Diff line change @@ -420,11 +420,6 @@ parameters:
420
420
count : 1
421
421
path : lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php
422
422
423
- -
424
- message : " #^Access to an undefined property Doctrine\\\\ ORM\\\\ Query\\\\ AST\\\\ Node\\ :\\ :\\ $pathExpression\\ .$#"
425
- count : 1
426
- path : lib/Doctrine/ORM/Query/SqlWalker.php
427
-
428
423
-
429
424
message : " #^Call to function is_string\\ (\\ ) with Doctrine\\\\ ORM\\\\ Query\\\\ AST\\\\ Node will always evaluate to false\\ .$#"
430
425
count : 1
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 5.5 .0@b63061a27f2683ec0f3509012bb22daab3b65b61 " >
2
+ <files psalm-version =" 5.6 .0@e784128902dfe01d489c4123d69918a9f3c1eac5 " >
3
3
<file src =" lib/Doctrine/ORM/AbstractQuery.php" >
4
4
<DeprecatedClass >
5
5
<code >IterableResult</code >
You can’t perform that action at this time.
0 commit comments