From dff67ca920bcbffdf9246cfa809f62f8bc1534a9 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Fri, 9 Dec 2022 21:53:14 -0600 Subject: [PATCH] Delete phpstan.neon.dist Signed-off-by: Nathanael Esayeas --- phpstan.neon.dist | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 phpstan.neon.dist diff --git a/phpstan.neon.dist b/phpstan.neon.dist deleted file mode 100644 index ce0393b..0000000 --- a/phpstan.neon.dist +++ /dev/null @@ -1,10 +0,0 @@ -parameters: - level: max - - paths: - - %currentWorkingDirectory%/src/ - - %currentWorkingDirectory%/tests/ - - excludePaths: - - %currentWorkingDirectory%/tests/Fixture/* - - %currentWorkingDirectory%/vendor/*