Skip to content

Commit

Permalink
[minor] update phpstan baseline (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
  • Loading branch information
Chris53897 and Chris8934 committed Aug 26, 2022
1 parent adf645f commit fc51e88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Expand Up @@ -175,6 +175,11 @@ parameters:
count: 1
path: src/Browser/KernelBrowser.php

-
message: "#^Parameter \\#2 \\$value of method Behat\\\\Mink\\\\WebAssert\\:\\:responseHeaderEquals\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Browser/KernelBrowser.php

-
message: "#^Method Zenstruck\\\\Browser\\\\Session\\\\Driver\\\\BrowserKitDriver\\:\\:getFormField\\(\\) should return Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField but returns array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
count: 1
Expand Down

0 comments on commit fc51e88

Please sign in to comment.