File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4343 "doctrine/annotations" : " ^1.13" ,
4444 "doctrine/coding-standard" : " ^9.0" ,
4545 "phpbench/phpbench" : " ^0.16.10 || ^1.0" ,
46- "phpstan/phpstan" : " 1.3.0 " ,
46+ "phpstan/phpstan" : " 1.3.3 " ,
4747 "phpunit/phpunit" : " ^7.5 || ^8.5 || ^9.4" ,
4848 "squizlabs/php_codesniffer" : " 3.6.2" ,
4949 "symfony/cache" : " ^4.4 || ^5.4 || ^6.0" ,
5050 "symfony/yaml" : " ^3.4 || ^4.0 || ^5.0 || ^6.0" ,
51- "vimeo/psalm" : " 4.17.0 "
51+ "vimeo/psalm" : " 4.18.1 "
5252 },
5353 "conflict" : {
5454 "doctrine/annotations" : " <1.13 || >= 2.0"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <files psalm-version =" 4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c " >
2+ <files psalm-version =" 4.18.1@dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb " >
33 <file src =" lib/Doctrine/ORM/AbstractQuery.php" >
44 <DeprecatedClass occurrences =" 1" >
55 <code >IterableResult</code >
10271027 <code >$this-> table</code >
10281028 <code >$this-> table</code >
10291029 </PropertyTypeCoercion >
1030- <RedundantCast occurrences =" 1" >
1031- <code >array_values</code >
1032- </RedundantCast >
10331030 <RedundantConditionGivenDocblockType occurrences =" 3" >
10341031 <code >$className !== null</code >
10351032 <code >$mapping !== false</code >
10361033 <code >$mapping !== false</code >
10371034 </RedundantConditionGivenDocblockType >
1035+ <RedundantFunctionCall occurrences =" 1" >
1036+ <code >array_values</code >
1037+ </RedundantFunctionCall >
10381038 <TooManyArguments occurrences =" 2" >
10391039 <code >joinColumnName</code >
10401040 <code >joinColumnName</code >
You can’t perform that action at this time.
0 commit comments