Skip to content

Commit

Permalink
Remove unneeded suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Nov 1, 2024
1 parent 50a9a7e commit 4489835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

// 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 4489835

Please sign in to comment.