From 2b1006f64b225370e53cb8e3f75379d9d0978198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Tue, 30 Jan 2024 22:05:00 +0100 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index ec226ff..738d856 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,4 +4,6 @@ parameters: level: 5 reportUnmatchedIgnoredErrors: false ignoreErrors: + - '#Function frankenphp_handle_request not found\.#' + - '#Used function frankenphp_handle_request not found\.#'