commit 740ae2397603677d6f11edf1b7183283364e894d parent eaf1503caa55400c6b70996a770a281fb81cb147 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 21 Oct 2023 20:33:00 +0200 Add all paths to phpstan Diffstat:
| M | phpstan.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