Skip to content

Commit

Permalink
Bump the phpstan group with 4 updates (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 7, 2024
1 parent 214bd42 commit 0b9a714
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"require-dev": {
"nette/tester": "2.5.2",
"phpstan/phpstan": "1.10.67",
"phpstan/phpstan-strict-rules": "1.5.5",
"phpstan/phpstan": "1.11.3",
"phpstan/phpstan-strict-rules": "1.6.0",
"nepada/phpstan-nette-tester": "1.2.0",
"spaze/phpstan-disallowed-calls": "3.2.0",
"shipmonk/phpstan-rules": "2.12.0",
"spaze/phpstan-disallowed-calls": "3.4.0",
"shipmonk/phpstan-rules": "3.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"nepada/coding-standard": "7.14.0",
"composer-runtime-api": "^2.0",
Expand Down
4 changes: 0 additions & 4 deletions phpstan.tests.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,3 @@ parameters:
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(array\\<Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\>\\|Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\)\\: mixed\\)\\|null, Closure\\(Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\HandledStamp\\)\\: string given\\.$#"
count: 1
path: tests/MessageBus/Middleware/LoggingMiddlewareTest.phpt
- # false positive
message: "#^Invalid var phpdoc of \\$handledStamps\\. Cannot assign array\\<array\\<Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\>\\|Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\> to array\\<Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\HandledStamp\\>$#"
count: 1
path: tests/MessageBus/Middleware/PreventNestedHandlingMiddlewareTest.phpt
2 changes: 0 additions & 2 deletions tests/PHPStan/shipmonk.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ parameters:
shipmonkRules:
allowComparingOnlyComparableTypes:
enabled: false
allowNamedArgumentOnlyInAttributes:
enabled: false
classSuffixNaming:
superclassToSuffixMapping:
\Throwable: Exception
Expand Down

0 comments on commit 0b9a714

Please sign in to comment.