From 5d943ad6df34292683c045675b886f00b87f1ad2 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 25 Feb 2024 01:01:24 -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