Skip to content

Commit

Permalink
phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Apr 25, 2024
1 parent 550a046 commit a5d5b94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
6 changes: 6 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$mimeTypesText of class Esi\\\\Mimey\\\\Mapping\\\\Generator constructor expects non\\-empty\\-string, '' given\\.$#"
count: 1
path: tests/src/GeneratorTest.php
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
includes:
- phpstan-baseline.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
Expand Down

0 comments on commit a5d5b94

Please sign in to comment.