summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-12-03 14:15:23 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-12-03 14:15:23 +0000
commit65ddf8ee34f27d7ec6f79f82472bfda83faca7de (patch)
tree4ed223d6e3fcba798091a0abb66311af648d2b44 /phpstan.neon.dist
parent59289d58a6b22464e332c949c32c7d546aa9b89c (diff)
downloadwebtrees-65ddf8ee34f27d7ec6f79f82472bfda83faca7de.tar.gz
webtrees-65ddf8ee34f27d7ec6f79f82472bfda83faca7de.tar.bz2
webtrees-65ddf8ee34f27d7ec6f79f82472bfda83faca7de.zip
Use PHP 8.1 for static analysis
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 250093fbed..43131c9c0d 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -6,14 +6,4 @@ parameters:
- Webtrees::DEBUG
- Webtrees::ERROR_REPORTING
ignoreErrors:
- - '#^Call to an undefined static method Illuminate\\Database\\Capsule\\Manager::query\(\)\.$#'
- - '#^Call to an undefined method Aura\\Router\\Map::extras\(\)\.$#'
- - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::having\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::orWhere\(\) expects array\|Closure\|string, Illuminate\\Database\\Query\\Expression\|string given\.$#'
- - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::orWhere\(\) expects array\|Closure\|string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::pluck\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::whereNotIn\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#1 \$table of static method Illuminate\\Database\\Capsule\\Manager::table\(\) expects Closure\|Illuminate\\Database\\Query\\Builder\|string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::where\(\) expects array\|Closure\|string, Illuminate\\Database\\Query\\Expression given\.$#'
- - '#^Parameter \#2 \$key of method Illuminate\\Database\\Query\\Builder::pluck\(\) expects string\|null, Illuminate\\Database\\Query\\Expression given.$#'
- '#^Access to an undefined property object::\$[A-Za-z0-9_]+\.$#'