diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-01-18 10:32:11 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-01-20 09:17:22 +0000 |
| commit | bef85de9cf0c65dba29369e47022b07d50ae5c25 (patch) | |
| tree | 05ad2a6981575f93b35866141fdfc8f1c499535b /phpstan-baseline.neon | |
| parent | 742cd14272bc0cf3e66b7640e872ebe63279f4ca (diff) | |
| download | webtrees-bef85de9cf0c65dba29369e47022b07d50ae5c25.tar.gz webtrees-bef85de9cf0c65dba29369e47022b07d50ae5c25.tar.bz2 webtrees-bef85de9cf0c65dba29369e47022b07d50ae5c25.zip | |
Add CLI commands to list trees and users
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 931a150c0a..2879fd1c9d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -217,6 +217,12 @@ parameters: path: app/Cli/Commands/TreeExport.php - + message: '#^Binary operation "\." between ''Invalid format\: ‘'' and mixed results in an error\.$#' + identifier: binaryOp.invalid + count: 1 + path: app/Cli/Commands/TreeList.php + + - message: '#^Binary operation "\." between ''A user with the…'' and mixed results in an error\.$#' identifier: binaryOp.invalid count: 2 @@ -265,6 +271,12 @@ parameters: path: app/Cli/Commands/UserCreate.php - + message: '#^Binary operation "\." between ''Invalid format\: ‘'' and mixed results in an error\.$#' + identifier: binaryOp.invalid + count: 1 + path: app/Cli/Commands/UserList.php + + - message: '#^Parameter \#1 \$command of method Symfony\\Component\\Console\\Application\:\:add\(\) expects Symfony\\Component\\Console\\Command\\Command, mixed given\.$#' identifier: argument.type count: 1 |
