diff options
| author | Greg Roach <fisharebest@gmail.com> | 2021-05-14 15:18:47 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2021-05-14 15:18:47 +0100 |
| commit | 559e8dcd6ec05e917f78aeb873185d5177206775 (patch) | |
| tree | 69de066321e35c0c9c60da2820bb06289f3231e9 /phpstan.neon.dist | |
| parent | efd4768b0eab1f325771cdbc6181ff84f85f2149 (diff) | |
| download | webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.tar.gz webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.tar.bz2 webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.zip | |
CodeStyle
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index a8f010ea45..486718e773 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,6 +3,7 @@ includes: parameters: 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::[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\.$#' |
