diff --git a/phpstan.neon b/phpstan.neon index 08d8f61bc..9f75f03ad 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,4 +7,6 @@ parameters: - vendor - library/Icingadb/ProvidedHook ignoreErrors: - - '#Unsafe usage of new static\(\)#' \ No newline at end of file + - '#Unsafe usage of new static\(\)#' + universalObjectCratesClasses: + - Icinga\Module\Icingadb\Model \ No newline at end of file