From 011585b1460168a99c9f49b8ce0cdaa523417873 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sun, 21 Apr 2024 16:17:51 -0400 Subject: [PATCH] Suppress Phan detection --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index 947d989..cf49bae 100644 --- a/public/index.php +++ b/public/index.php @@ -6,6 +6,7 @@ // Determine if the application is in maintenance mode... if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { + // @phan-suppress-next-line PhanMissingRequireFile require $maintenance; }