diff options
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 07d9651b26..bd4a562fe3 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2377,42 +2377,12 @@ parameters: path: app/Http/RequestHandlers/MergeTreesAction.php - - message: '#^Binary operation "\." between ''Module '' and mixed results in an error\.$#' - identifier: binaryOp.invalid - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - - message: '#^Binary operation "\." between non\-falsy\-string and mixed results in an error\.$#' - identifier: binaryOp.invalid - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - - message: '#^Binary operation "\." between string and mixed results in an error\.$#' - identifier: binaryOp.invalid - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - message: '#^Method Fisharebest\\Webtrees\\Http\\RequestHandlers\\ModuleAction\:\:handle\(\) should return Psr\\Http\\Message\\ResponseInterface but returns mixed\.$#' identifier: return.type count: 1 path: app/Http/RequestHandlers/ModuleAction.php - - message: '#^Parameter \#1 \$haystack of function str_contains expects string, mixed given\.$#' - identifier: argument.type - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - - message: '#^Parameter \#1 \$module_name of method Fisharebest\\Webtrees\\Services\\ModuleService\:\:findByName\(\) expects string, mixed given\.$#' - identifier: argument.type - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - message: '#^Parameter \#1 \$token of method Fisharebest\\Webtrees\\Services\\UserService\:\:findByToken\(\) expects string, mixed given\.$#' identifier: argument.type count: 1 |
