From 8b25ba366d9317f6f59233c3e73f364e1671d51f Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 28 Jun 2019 09:46:17 +0300 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 575abcc..8bf1d16 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,3 +1,6 @@ parameters: autoload_files: - %currentWorkingDirectory%/vendor/autoload.php + level: 4 + paths: + - %currentWorkingDirectory%/src