summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-03-11 14:36:19 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-03-11 14:40:59 +0000
commit6d24947fac0fb841ad23303de6f03229d5232220 (patch)
tree66465628017890f364c9299f962d67d534cc4ff8 /phpstan.neon.dist
parentf32d77e63d71326973bfe0496adeec694ca90ecf (diff)
downloadwebtrees-6d24947fac0fb841ad23303de6f03229d5232220.tar.gz
webtrees-6d24947fac0fb841ad23303de6f03229d5232220.tar.bz2
webtrees-6d24947fac0fb841ad23303de6f03229d5232220.zip
Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 844560a407..a8f010ea45 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -4,7 +4,5 @@ includes:
parameters:
ignoreErrors:
- '#^Call to an undefined method Aura\\Router\\Map::extras\(\)\.$#'
- - '#^Call to an undefined method Illuminate\\Support\\Fluent::references\(\)\.$#'
- '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::[a-zA-Z]+\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#'
- '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::[a-zA-Z]+\(\) expects array\|Closure\|string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#1 \$table of static method Illuminate\\Database\\Capsule\\Manager::table\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#'