Skip to content

Commit

Permalink
Suppress Phan detection
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 21, 2024
1 parent 16a0adb commit 011585b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 011585b

Please sign in to comment.