Skip to content

Commit 12a70bb

Browse files
authored
PHPCS 3.6.2, Psalm 4.15.0 (#9247)
1 parent 5a4ddb2 commit 12a70bb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"phpbench/phpbench": "^0.16.10 || ^1.0",
4242
"phpstan/phpstan": "1.2.0",
4343
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
44-
"squizlabs/php_codesniffer": "3.6.1",
44+
"squizlabs/php_codesniffer": "3.6.2",
4545
"symfony/cache": "^4.4 || ^5.2",
4646
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
47-
"vimeo/psalm": "4.13.1"
47+
"vimeo/psalm": "4.15.0"
4848
},
4949
"conflict": {
5050
"doctrine/annotations": "<1.13 || >= 2.0"

psalm-baseline.xml

Lines changed: 4 additions & 1 deletion
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.13.1@5cf660f63b548ccd4a56f62d916ee4d6028e01a3">
2+
<files psalm-version="v4.15.0@a1b5e489e6fcebe40cb804793d964e99fc347820">
33
<file src="lib/Doctrine/ORM/AbstractQuery.php">
44
<DeprecatedClass occurrences="1">
55
<code>IterableResult</code>
@@ -1043,6 +1043,9 @@
10431043
<code>$this-&gt;table</code>
10441044
<code>$this-&gt;table</code>
10451045
</PropertyTypeCoercion>
1046+
<RedundantCast occurrences="1">
1047+
<code>array_values</code>
1048+
</RedundantCast>
10461049
<RedundantConditionGivenDocblockType occurrences="3">
10471050
<code>$className !== null</code>
10481051
<code>$mapping !== false</code>

0 commit comments

Comments
 (0)