diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-05-13 11:28:56 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-05-13 11:28:56 +0100 |
| commit | 1fe5972b9c911ca4873c4a0fb40a416598b02997 (patch) | |
| tree | 458ee27696873af036b8266f0877ff83bf7eb7df /phpstan-baseline.neon | |
| parent | 036af8696129956af9534bd1e19e74a9d2305337 (diff) | |
| download | webtrees-1fe5972b9c911ca4873c4a0fb40a416598b02997.tar.gz webtrees-1fe5972b9c911ca4873c4a0fb40a416598b02997.tar.bz2 webtrees-1fe5972b9c911ca4873c4a0fb40a416598b02997.zip | |
Add CLI for tree-export
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 449f356322..86d0971fc0 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -151,9 +151,15 @@ parameters: path: app/Cli/Commands/ConfigIni.php - - message: '#^Binary operation "\." between ''Tree "'' and mixed results in an error\.$#' - identifier: binaryOp.invalid - count: 1 + message: '#^Cannot call method addFromString\(\) on ZipArchive\|null\.$#' + identifier: method.nonObject + count: 2 + path: app/Cli/Commands/TreeExport.php + + - + message: '#^Cannot call method close\(\) on ZipArchive\|null\.$#' + identifier: method.nonObject + count: 2 path: app/Cli/Commands/TreeExport.php - |
