From c11384cbd688d244123c73e3f861ebb9c8f8d471 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 24 Oct 2020 22:06:09 +0200 Subject: [PATCH] add demo install script --- Config/phpcs.xml | 1 + Config/phpstan.neon | 1 + 2 files changed, 2 insertions(+) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index fd58560..d68beef 100755 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -17,6 +17,7 @@ */Resources/* */Web/* */omsSetup/* +*/demoSetup/* */Routes/* */tests/* */vendor/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index f7c9d6a..c6eefb6 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -11,6 +11,7 @@ parameters: - */tests/* - */Modules/Media/Files/* - */omsSetup/* + - */demoSetup/* - */d0cbb361b14ac3ef32486f0a09ab937d/* - */test/* - *Test.php