diff --git a/phpstan.neon b/phpstan.neon index c52dcf64..68ae0fc1 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,4 +5,6 @@ parameters: excludes_analyse: - src/Controller/ErrorPreviewConsoleController.php - src/Controller/ErrorPreviewController.php - - src/Middleware/Routed/Preview/ErrorPreviewAction.php \ No newline at end of file + - src/Middleware/Routed/Preview/ErrorPreviewAction.php + ignoreErrors: + - '#ContainerWrapper not found#' \ No newline at end of file