includes: - phpstan-baseline-standard.neon - phpstan-baseline-by-php-version.php parameters: level: max checkFunctionNameCase: true checkInternalClassCaseSensitivity: true treatPhpDocTypesAsCertain: false paths: - application - library scanDirectories: - /icingaweb2 - /usr/share/icinga-php - /usr/share/icingaweb2-modules ignoreErrors: - messages: - '#Unsafe usage of new static\(\)#' - '#. but return statement is missing#' reportUnmatched: false universalObjectCratesClasses: - ipl\Orm\Model - Icinga\Web\View - Icinga\Data\ConfigObject - Icinga\Module\Monitoring\Object\MonitoredObject