Browse Source

Fix regex

Laurent Destailleur 1 year ago
parent
commit
e2c0a76c11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpstan.neon

+ 1 - 1
phpstan.neon

@@ -71,7 +71,7 @@ parameters:
 		- '#Caught class Stripe#'
 		- '#Caught class Stripe#'
 		- '#Sprain\\SwissQrBill\\#'
 		- '#Sprain\\SwissQrBill\\#'
 		- '#Constructor of class DolEditor has an unused parameter \$toolbarlocation#'
 		- '#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
 	internalErrorsCountLimit: 50
 	cache:
 	cache:
 	    nodesByFileCountMax: 512
 	    nodesByFileCountMax: 512