diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-11-27 15:29:50 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-03 21:53:34 +0000 |
| commit | 9b152ff9230017d2c03aa1bf603a98b18250446d (patch) | |
| tree | fc49cb5d8aef0d23c6fd711c44b48515ef42865c /phpstan.neon.dist | |
| parent | facade402cb57d53631f2fb96d98b1a0b2ba9815 (diff) | |
| download | webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.tar.gz webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.tar.bz2 webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.zip | |
Github actions
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 0000000000..0448d8316b --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,8 @@ +includes: + - phpstan-baseline.neon + +parameters: + ignoreErrors: + - '#Call to an undefined method Aura\\Router\\Map::extras\(\)\.#' + - '#Call to an undefined method Illuminate\\Support\\Fluent::references\(\)\.#' + - '#Call to an undefined method Illuminate\\Database\\Query\\Builder::whereContains\(\).#' |
