Skip to content

Commit

Permalink
Merge pull request #878 from ergebnis/dependabot/composer/phpstan/php…
Browse files Browse the repository at this point in the history
…stan-strict-rules-1.4.4

composer(deps-dev): bump phpstan/phpstan-strict-rules from 1.2.0 to 1.4.4
  • Loading branch information
localheinz committed Nov 7, 2022
2 parents 00b5272 + 6a37d04 commit 50ffbbb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-doctrine": "^1.3.3",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.2.0",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "~0.18.3",
"ramsey/uuid": "^4.2.3",
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ parameters:
count: 1
path: src/EntityDefinition.php

-
message: "#^Strict comparison using \\!\\=\\= between array\\{\\} and array\\{\\} will always evaluate to false\\.$#"
count: 1
path: src/EntityDefinition.php

-
message: "#^Constructor in Ergebnis\\\\FactoryBot\\\\FieldDefinition\\\\Reference has parameter \\$fieldDefinitionOverrides with default value\\.$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c">
<files psalm-version="4.29.0@7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3">
<file src="example/test/AutoReview/FixtureTest.php">
<ArgumentTypeCoercion occurrences="1">
<code>$providerClassName</code>
Expand Down

0 comments on commit 50ffbbb

Please sign in to comment.