Skip to content

Commit

Permalink
Offline Fallback rule incomplete (#151)
Browse files Browse the repository at this point in the history
A missing line return caused the declaration was commented.
  • Loading branch information
Spomky authored Mar 31, 2024
1 parent 2594a4d commit 8756f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceWorkerRule/OfflineFallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function process(bool $debug = false): string
/**************************************************** OFFLINE FALLBACK ****************************************************/
// The configuration is set to provide offline fallbacks
DEBUG_COMMENT;
}

Expand Down

0 comments on commit 8756f3a

Please sign in to comment.