diff --git a/mailpoet/tasks/phpstan/phpstan-7-baseline.neon b/mailpoet/tasks/phpstan/phpstan-7-baseline.neon index aa23fb36fb..8f110e212c 100644 --- a/mailpoet/tasks/phpstan/phpstan-7-baseline.neon +++ b/mailpoet/tasks/phpstan/phpstan-7-baseline.neon @@ -939,3 +939,9 @@ parameters: message: "#^Method MailPoet\\\\Newsletter\\\\NewslettersRepository\\:\\:getStandardNewsletterList\\(\\) should return array\\ but returns mixed\\.$#" count: 1 path: ../../lib/Newsletter/NewslettersRepository.php + + - + # https://github.com/phpstan/phpstan/issues/7732 + message: "#^Function str_(\\w+) not found.$#" + count: 4 + path: ../../lib/Automation/Integrations/Core/Filters/StringFilter.php