From 9cd84c87527989399f8b2d81ab5a1f65c0a8b3a0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 15 Feb 2020 21:39:41 +0100 Subject: [PATCH] remove false positive --- Config/phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) 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