change config

This commit is contained in:
Dennis Eichhorn 2022-09-27 19:51:19 +02:00
parent 7311a0483d
commit 99bf2dde06

View File

@ -31,6 +31,7 @@ parameters:
- */Libraries/* - */Libraries/*
- */Routes/* - */Routes/*
- */Hooks/* - */Hooks/*
- */DataStorage/Database/*
- */Message/Mail/* - */Message/Mail/*
- */Auth/OAuth2/* - */Auth/OAuth2/*
- */Markdown/Markdown.php - */Markdown/Markdown.php
@ -57,6 +58,7 @@ parameters:
- '#.*refClass with generic class ReflectionClass but does not specify its types.*#' - '#.*refClass with generic class ReflectionClass but does not specify its types.*#'
- '#.*class Mpdf\\.*#' - '#.*class Mpdf\\.*#'
- '#.*PHPDoc tag @var for constant.*#' - '#.*PHPDoc tag @var for constant.*#'
- '#.*Cannot cast mixed to.*#'
- -
message: '#.*has parameter \$con with no typehint specified#' message: '#.*has parameter \$con with no typehint specified#'
path: *Ftp/File.php path: *Ftp/File.php