From fc123dfc76d5afaf8a59aac436bf3d46971f21cd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 14 Nov 2019 19:10:10 +0100 Subject: [PATCH] bugfix --- Config/phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index f6020e6..7c34324 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -1,3 +1,6 @@ +includes: + - phpstan-baseline.neon + parameters: ignoreErrors: - '#Access to protected property Web\\WebApplication::(.*)#' @@ -25,12 +28,14 @@ parameters: - *Hooks.php - *ObjLoader.js - */vendor/* + - *vendor* - */Demo/* - */Build/* - */Cache/* - */Docs/* - */Documentation/* - */Resources/* + - *Resources* - */Routes/* - */Hooks/* - */node_modules/* \ No newline at end of file