Skip to content

Commit d7e05d0

Browse files
committed
Fix phpstan false positive typehinting error
1 parent 6fd519c commit d7e05d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
path: src/AbstractWizard.php
77

88
-
9-
message: "#^Method Arcanist\\\\AbstractWizard\\:\\:firstIncompleteStep\\(\\) should return Arcanist\\\\WizardStep but returns Arcanist\\\\WizardStep\\|null\\.$#"
9+
message: "#^Method Arcanist\\\\AbstractWizard\\:\\:firstIncompleteStep\\(\\) should return Arcanist\\\\WizardStep but returns mixed\\.$#"
1010
count: 1
1111
path: src/AbstractWizard.php
1212

0 commit comments

Comments
 (0)