Skip to content

Commit

Permalink
Add PHPStan configuration file to ignore unsupported features.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 29, 2020
1 parent 4723545 commit 2fda169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
ignoreErrors:
- '#with bound type \(int\|string\) is not supported.#'

0 comments on commit 2fda169

Please sign in to comment.