diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 58f876a..76a9f03 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -33,3 +33,8 @@ parameters: - '#[.]*PhpOffice\\PhpSpreadsheet\\[.]*#' - '#^Call to an undefined method phpOMS\\Module\\ModuleAbstract::[.]*#' - '#^Strict comparison using === between[.]*#' + - '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\\|null, phpOMS\\Algorithm\\PathFinding\\Node\\|null given#' + - '#should return array but returns array