From c29054a45b6d8edbd375777a730660ae1b6f9877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Robin?= Date: Tue, 26 Nov 2024 03:49:05 +0100 Subject: [PATCH] Update baseline --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index eaf8957317..a03dd4f913 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -135,6 +135,11 @@ parameters: count: 1 path: inc/Engine/Common/JobManager/APIHandler/APIClient.php + - + message: "#^One or more @param tags has an invalid name or invalid syntax\\.$#" + count: 1 + path: inc/Engine/Common/PerformanceHints/Frontend/Subscriber.php + - message: "#^Usage of apply_filters\\(\\) is discouraged\\. Use wpm_apply_filters_typed\\(\\) instead\\.$#" count: 2