Skip to content

Commit f3630ea

Browse files
derrabusgreg0ire
authored andcommitted
PHPStan 1.3.3, Psalm 4.18.1
1 parent fd19444 commit f3630ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
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"

psalm-baseline.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>
@@ -1027,14 +1027,14 @@
10271027
<code>$this-&gt;table</code>
10281028
<code>$this-&gt;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>

0 commit comments

Comments
 (0)