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-baseline.neon | |
| parent | efd4768b0eab1f325771cdbc6181ff84f85f2149 (diff) | |
| download | webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.tar.gz webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.tar.bz2 webtrees-559e8dcd6ec05e917f78aeb873185d5177206775.zip | |
CodeStyle
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 2 |
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 - |
