diff --git a/Config/phpcs.xml b/Config/phpcs.xml index 82e38b3..6ce4f62 100644 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -2,9 +2,17 @@ *.tpl.php +*.css *Routes.php *ObjLoader.js */vendor/* +*/Demo/* +*/Build/* +*/Cache/* +*/Docs/* +*/Documentation/* +*/Resources/* +*/tests/* */Routes/* @@ -57,13 +65,13 @@ - + - + *Measurement.php + --> diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 6aff806..1556a8a 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -20,4 +20,14 @@ parameters: - *.tpl.php - */tests/* - */test/* - - *Test.php \ No newline at end of file + - *Test.php + - *Routes.php + - *ObjLoader.js + - */vendor/* + - */Demo/* + - */Build/* + - */Cache/* + - */Docs/* + - */Documentation/* + - */Resources/* + - */Routes/* \ No newline at end of file