From 86008caeff8201864234dd5083c688a5207b8d42 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 3 Mar 2019 21:20:12 +0700 Subject: [PATCH] phpstan config to ignore class not exists in ExpressiveFactory::CONTAINERS_TRANSFORM --- phpstan.neon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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