diff --git a/phpstan.neon b/phpstan.neon index 4d454b8..63aa9fa 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,6 +14,6 @@ parameters: - ./upload/system/storage/cache/template/ tmpDir: .cache ignoreErrors: - - "#Class Event constructor invoked with 1 parameter, 4-5 required\\.#" - - "#Constant [A-Z_]+ not found\\.#" - - "#might not be defined\\.#" + - '#Class Event constructor invoked with 1 parameter, 4-5 required\.#' + - '#Constant [A-Z_]+ not found#' + - '#might not be defined#'