Skip to content

Commit

Permalink
Ignore BC layer in phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 6, 2019
1 parent 594c237 commit 81f5c73
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,19 @@ parameters:

autoload_files:
- vendor/autoload.php

ignoreErrors:
-
message: "#^Call to an undefined static method Symfony\\\\Component\\\\Intl\\\\Intl\\:\\:getRegionBundle\\(\\)\\.$#"
count: 1
path: src/Templating/Helper/LocaleHelper.php

-
message: "#^Call to an undefined static method Symfony\\\\Component\\\\Intl\\\\Intl\\:\\:getLanguageBundle\\(\\)\\.$#"
count: 1
path: src/Templating/Helper/LocaleHelper.php

-
message: "#^Call to an undefined static method Symfony\\\\Component\\\\Intl\\\\Intl\\:\\:getLocaleBundle\\(\\)\\.$#"
count: 1
path: src/Templating/Helper/LocaleHelper.php

0 comments on commit 81f5c73

Please sign in to comment.