home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

commit 740ae2397603677d6f11edf1b7183283364e894d
parent eaf1503caa55400c6b70996a770a281fb81cb147
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 21 Oct 2023 20:33:00 +0200

Add all paths to phpstan

Diffstat:
Mphpstan.neon | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/phpstan.neon b/phpstan.neon @@ -5,6 +5,14 @@ parameters: paths: - app/ + - resources/ + - routes/ + - tests/ + - public/ + - lang/ + - database/ + - config/ + - bootstrap/ # Level 9 is the highest level level: 5