From e1b38be6ec8456eae0e1b5bc17eb1a7b32dede59 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 26 Dec 2022 20:52:57 +0100 Subject: [PATCH] fix phpstan lvl 9 bugs --- Config/phpstan.neon | 2 ++ Helper/inspectproject.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index f24d812..5ad364a 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -55,6 +55,8 @@ parameters: - '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\|null, phpOMS\\Algorithm\\PathFinding\\Node\|null given#' - '#should return array but returns array