From 6ed75d85adbce64119938bdeb50f4748fe028787 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 7 Feb 2019 00:04:38 +0100 Subject: [PATCH] phpcs+phpstan fixes --- Config/phpcs.xml | 1 + Config/phpstan.neon | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index 9e4df2e..5d45f96 100644 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -16,6 +16,7 @@ */tests/* */Routes/* */Hooks/* +*/node_modules/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 8381b8f..f6020e6 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -32,4 +32,5 @@ parameters: - */Documentation/* - */Resources/* - */Routes/* - - */Hooks/* \ No newline at end of file + - */Hooks/* + - */node_modules/* \ No newline at end of file