소스 검색

Fix regex

Laurent Destailleur 1 년 전
부모
커밋
e2c0a76c11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      phpstan.neon

+ 1 - 1
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