Skip to content

Commit 617d47e

Browse files
Merge pull request #1037 from phpDocumentor/dependabot/composer/symplify/phpstan-rules-12.7.0
composer(deps-dev): bump symplify/phpstan-rules from 12.6.4 to 12.7.0
2 parents eb63f84 + 8120066 commit 617d47e

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rector/rector": "^1.1.0",
6868
"squizlabs/php_codesniffer": "^3.10",
6969
"symfony/finder": "^6.4.8",
70-
"symplify/phpstan-rules": "^12.6",
70+
"symplify/phpstan-rules": "^12.7",
7171
"vimeo/psalm": "^5.22"
7272
},
7373
"suggest": {

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,8 @@ parameters:
159159
message: "#^Return type \\(iterable\\<phpDocumentor\\\\Guides\\\\Compiler\\\\NodeTransformers\\\\MoveAnchorTransformer\\>\\) of method class@anonymous/packages/guides/tests/unit/Compiler/NodeTransformers/MoveAnchorTransformerTest\\.php\\:32\\:\\:getTransformers\\(\\) should be compatible with return type \\(iterable\\<phpDocumentor\\\\Guides\\\\Compiler\\\\NodeTransformer\\<phpDocumentor\\\\Guides\\\\Nodes\\\\Node\\>\\>\\) of method phpDocumentor\\\\Guides\\\\Compiler\\\\NodeTransformers\\\\NodeTransformerFactory\\:\\:getTransformers\\(\\)$#"
160160
count: 1
161161
path: packages/guides/tests/unit/Compiler/NodeTransformers/MoveAnchorTransformerTest.php
162+
163+
-
164+
message: "#^Binary operation \"\\.\" between array\\|DateTimeImmutable\\|int\\|string\\|null and '\\: ' results in an error\\.$#"
165+
count: 1
166+
path: tests/Functional/FunctionalTest.php

0 commit comments

Comments
 (0)