summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2021-05-14 15:18:47 +0100
committerGreg Roach <fisharebest@gmail.com>2021-05-14 15:18:47 +0100
commit559e8dcd6ec05e917f78aeb873185d5177206775 (patch)
tree69de066321e35c0c9c60da2820bb06289f3231e9 /phpstan-baseline.neon
parentefd4768b0eab1f325771cdbc6181ff84f85f2149 (diff)
downloadwebtrees-559e8dcd6ec05e917f78aeb873185d5177206775.tar.gz
webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.tar.bz2
webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.zip
CodeStyle
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index e470b6fbc6..104a9182f1 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1516,7 +1516,7 @@ parameters:
-
message: "#^Parameter \\#1 \\$table of static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:table\\(\\) expects Closure\\|Illuminate\\\\Database\\\\Query\\\\Builder\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
- count: 2
+ count: 1
path: app/Services/AdminService.php
-