Skip to content

Commit cd1be1b

Browse files
committed
Update Shipmonk baseline
1 parent 00b14ea commit cd1be1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/integration/shipmonk-rnd-baseline.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111
path: repo/src/Helper/EnumTypeHelper.php
1212

1313
-
14-
message: "#^Doing instanceof PHPStan\\\\Type\\\\TypeWithClassName is error\\-prone and deprecated\\. Use Type\\:\\:getObjectClassNames\\(\\) instead\\.$#"
14+
message: "#^Doing instanceof PHPStan\\\\Type\\\\TypeWithClassName is error\\-prone and deprecated\\. Use Type\\:\\:getObjectClassNames\\(\\) or Type\\:\\:getObjectClassReflections\\(\\) instead\\.$#"
1515
count: 1
1616
path: repo/src/Helper/EnumTypeHelper.php
1717

@@ -26,7 +26,7 @@ parameters:
2626
path: repo/src/Rule/ForbidCustomFunctionsRule.php
2727

2828
-
29-
message: "#^Doing instanceof PHPStan\\\\Type\\\\TypeWithClassName is error\\-prone and deprecated\\. Use Type\\:\\:getObjectClassNames\\(\\) instead\\.$#"
29+
message: "#^Doing instanceof PHPStan\\\\Type\\\\TypeWithClassName is error\\-prone and deprecated\\. Use Type\\:\\:getObjectClassNames\\(\\) or Type\\:\\:getObjectClassReflections\\(\\) instead\\.$#"
3030
count: 1
3131
path: repo/src/Rule/ForbidUnusedExceptionRule.php
3232

0 commit comments

Comments
 (0)