From adf644b9515076644f731963c8f8dd295e7dae74 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 8 Feb 2024 16:23:56 -0500 Subject: [PATCH] refactor: Use `%currentWorkingDirectory%` --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 44554e4..9ad1308 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ includes: - - vendor/craftcms/phpstan/phpstan.neon + - %currentWorkingDirectory%/vendor/craftcms/phpstan/phpstan.neon parameters: level: 5