From 99bf2dde06dbb0492cb2dd83c5f09f0710637441 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 27 Sep 2022 19:51:19 +0200 Subject: [PATCH] change config --- Config/phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 1c56de2..0b075ac 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -31,6 +31,7 @@ parameters: - */Libraries/* - */Routes/* - */Hooks/* + - */DataStorage/Database/* - */Message/Mail/* - */Auth/OAuth2/* - */Markdown/Markdown.php @@ -57,6 +58,7 @@ parameters: - '#.*refClass with generic class ReflectionClass but does not specify its types.*#' - '#.*class Mpdf\\.*#' - '#.*PHPDoc tag @var for constant.*#' + - '#.*Cannot cast mixed to.*#' - message: '#.*has parameter \$con with no typehint specified#' path: *Ftp/File.php