diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-11-27 14:00:00 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-11-27 14:00:00 +0000 |
| commit | 1e1d9b146831490ecdbb8fc6ef54546ccc0b270e (patch) | |
| tree | e07f3a93cbb962cb81554e4b3d03c3a0eabdd3f9 /phpstan-baseline.neon | |
| parent | f9645b3ce5dbccc963c9bf32193c8600d2e0c78d (diff) | |
| download | webtrees-1e1d9b146831490ecdbb8fc6ef54546ccc0b270e.tar.gz webtrees-1e1d9b146831490ecdbb8fc6ef54546ccc0b270e.tar.bz2 webtrees-1e1d9b146831490ecdbb8fc6ef54546ccc0b270e.zip | |
Fix: error auto-upgrading from 2.1 to 2.2.0 due to changes in timestamp library
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6dfa07771d..b90b0f7063 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -73,12 +73,6 @@ parameters: path: app/Cli/Commands/TreeExport.php - - message: '#^Parameter \$suggestedValues of method Symfony\\Component\\Console\\Command\\Command\:\:addArgument\(\) expects array\|\(Closure\(Symfony\\Component\\Console\\Completion\\CompletionInput, Symfony\\Component\\Console\\Completion\\CompletionSuggestions\)\: list\<string\|Symfony\\Component\\Console\\Completion\\Suggestion\>\), Closure\(Symfony\\Component\\Console\\Completion\\CompletionInput\)\: array\<string\> given\.$#' - identifier: argument.type - count: 1 - path: app/Cli/Commands/TreeExport.php - - - message: '#^Binary operation "\." between ''A user with theā¦'' and mixed results in an error\.$#' identifier: binaryOp.invalid count: 2 @@ -7795,12 +7789,6 @@ parameters: path: app/SessionDatabaseHandler.php - - message: '#^Parameter \#1 \$string of method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects string\|null, mixed given\.$#' - identifier: argument.type - count: 1 - path: app/SessionDatabaseHandler.php - - - message: '#^Method Fisharebest\\Webtrees\\Site\:\:getPreference\(\) should return string but returns mixed\.$#' identifier: return.type count: 1 |
