Skip to content

Commit 9bf24a2

Browse files
authored
fix: ignore phpstan return errors in Faker/StoryblokProvider (#19)
1 parent 9b681da commit 9bf24a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan-baseline.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ parameters:
108108
count: 2
109109
path: tests/Unit/Domain/Value/Tag/TagCollectionTest.php
110110

111+
-
112+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider::.+ should return array.+ but returns array\.$#'
113+
path: src/Bridge/Faker/Provider/StoryblokProvider.php

0 commit comments

Comments
 (0)