From e2c0a76c117fc2634e6113804563024631578dba Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Dec 2023 12:14:45 +0100 Subject: [PATCH] Fix regex --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 1562b13e1e2..500d30b02bd 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -71,7 +71,7 @@ parameters: - '#Caught class Stripe#' - '#Sprain\\SwissQrBill\\#' - '#Constructor of class DolEditor has an unused parameter \$toolbarlocation#' - - '#Constructor of class DoliDB\w+ has an unused parameter $type#' + - '#Constructor of class DoliDB\w+ has an unused parameter \$type#' internalErrorsCountLimit: 50 cache: nodesByFileCountMax: 512