diff --git a/phpstan.neon b/phpstan.neon index 63aa9fa..56d0374 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,7 +6,10 @@ services: parameters: level: 0 paths: - - ./ + - ./admin/ + - ./catalog/ + - ./install/ + - ./system/ excludePaths: - ./system/storage/vendor/ - ./system/storage/cache/template/ @@ -15,5 +18,5 @@ parameters: tmpDir: .cache ignoreErrors: - '#Class Event constructor invoked with 1 parameter, 4-5 required\.#' - - '#Constant [A-Z_]+ not found#' - - '#might not be defined#' + - '#Constant [A-Z_]+ not found\.#' + - '#might not be defined\.#'