From 9d3830f55b4ec60c71357712cd4f0f7840e28c6c Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Sun, 14 Aug 2022 22:53:22 -0500 Subject: [PATCH] Updating phpstan.neon.dist to target src directory Signed-off-by: Joey Smith Signed-off-by: Joey Smith --- phpstan.neon.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 0988fbb..2e9210e 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,2 +1,4 @@ parameters: - level: 1 \ No newline at end of file + level: 1 + paths: + - src \ No newline at end of file