diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-08-24 19:59:28 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-08-24 20:01:15 +0100 |
| commit | 0f1bd14de1be3adeeb7abb34b1d6b226d3ce6826 (patch) | |
| tree | 28d7d149abe464d9873b690dc15107337ef90a9c /phpstan-baseline.neon | |
| parent | 673063b890ecdbf0d4413dc826bfda0dfdb10ad9 (diff) | |
| download | webtrees-0f1bd14de1be3adeeb7abb34b1d6b226d3ce6826.tar.gz webtrees-0f1bd14de1be3adeeb7abb34b1d6b226d3ce6826.tar.bz2 webtrees-0f1bd14de1be3adeeb7abb34b1d6b226d3ce6826.zip | |
Fix: #5215 - relationship chart parameters always reset to defaults
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f2cde1fb62..f662bf290d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -4705,12 +4705,6 @@ parameters: path: app/Module/RelationshipsChartModule.php - - message: '#^Cannot cast mixed to int\.$#' - identifier: cast.int - count: 2 - path: app/Module/RelationshipsChartModule.php - - - message: '#^Cannot cast mixed to string\.$#' identifier: cast.string count: 1 |
