From 8489d497ff6abb06140873ed8eee476af2e9e50c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Sep 2023 02:24:30 +0000 Subject: [PATCH] ignore develop dirs --- Config/phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index c48d494..2ba4a2e 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -44,6 +44,9 @@ parameters: - */node_modules/* - */Modules/**/Application/* - */Accounting/* + - */JobScheduling/* + - */Rating/* + - *BayesianPersonalizedRanking.php ignoreErrors: - '#.*tag @var for constant.*#' - '#[.]*Offset .* on array.* always exists[.]*#'