Skip to content

Commit 86008ca

Browse files
committed
phpstan config to ignore class not exists in ExpressiveFactory::CONTAINERS_TRANSFORM
1 parent f7ae9db commit 86008ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpstan.neon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ parameters:
55
excludes_analyse:
66
- src/Controller/ErrorPreviewConsoleController.php
77
- src/Controller/ErrorPreviewController.php
8-
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
8+
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
9+
ignoreErrors:
10+
- '#ContainerWrapper not found#'

0 commit comments

Comments
 (0)