summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-11-27 15:29:50 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-12-03 21:53:34 +0000
commit9b152ff9230017d2c03aa1bf603a98b18250446d (patch)
treefc49cb5d8aef0d23c6fd711c44b48515ef42865c /phpstan.neon.dist
parentfacade402cb57d53631f2fb96d98b1a0b2ba9815 (diff)
downloadwebtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.tar.gz
webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.tar.bz2
webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.zip
Github actions
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist8
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\(\).#'