diff --git a/Config/phpcs.xml b/Config/phpcs.xml
index 7766d95..1130e7d 100755
--- a/Config/phpcs.xml
+++ b/Config/phpcs.xml
@@ -136,7 +136,6 @@
3
- */Install/Media/*
@@ -166,6 +165,7 @@
3
+ */Install/Media/*
*Pdf.php
*Excel.php
*/tests/*
diff --git a/Config/phpstan.neon b/Config/phpstan.neon
index 097ebe1..c127fe8 100755
--- a/Config/phpstan.neon
+++ b/Config/phpstan.neon
@@ -86,9 +86,15 @@ parameters:
-
message: '#.*has parameter \$con with no typehint specified#'
path: *Ftp/File.php
+ -
+ message: '#.*Instantiated class .* WorkflowController not found.*#'
+ path: *pdf.php
-
message: '#.*Constant PDF_.*#'
path: *pdf.php
+ -
+ message: '#.*DefaultPdf.*#'
+ path: *pdf.php
-
message: '#.*Cannot call method setId\(\) on mixed.*#'
path: *View.php