From 22747dc7202e492a6ac8f1e115b186e67d025fdf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Sep 2023 02:33:05 +0000 Subject: [PATCH] remove paths in development --- Config/phpcs.xml | 1 + Config/phpstan.neon | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index a7d828d..c881970 100755 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -34,6 +34,7 @@ */JobScheduling/* */TrueSkill.php */Simplex.php +*/BayesianPersonalizedRanking.php */Parser/Spreadsheet/* */Parser/Presentation/* */Parser/Document/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 2ba4a2e..dfd4c94 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -46,6 +46,9 @@ parameters: - */Accounting/* - */JobScheduling/* - */Rating/* + - */Parser/Presentation/* + - */Parser/Document/* + - */Parser/Spreadsheet/* - *BayesianPersonalizedRanking.php ignoreErrors: - '#.*tag @var for constant.*#'