From f775ce09828cbee7b9256ab2abadf22b91e260b8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 29 Mar 2022 16:41:16 +0200 Subject: [PATCH] phpstan and phpcs fixes --- Config/phpcs.xml | 1 + Config/phpstan.neon | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index d949d88..7e66885 100755 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -16,6 +16,7 @@ */Admin/Install/Application/* */node_modules/* */Resources/* +*/Libraries/* */Web/* */omsSetup/* */demoSetup/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index cf5b35b..64a958a 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -28,7 +28,7 @@ parameters: - */Docs/* - */Documentation/* - */Resources/* - - *Resources* + - */Libraries/* - */Routes/* - */Hooks/* - */Message/Mail/*