From 42df7cac0ff952771ed93ac4c36c03eee7cccceb Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Thu, 10 Sep 2026 14:36:00 -0500 Subject: [PATCH] add file-level comments --- _bootstrap.php | 9 +++++++++ config/bootstrap.php | 9 +++++++++ public/index.php | 9 +++++++++ src/Site/Core/Config.php | 9 +++++++++ src/Site/Core/Router.php | 9 +++++++++ src/Site/Core/ServiceProvider.php | 9 +++++++++ tests/_bootstrap.php | 9 +++++++++ tests/_support/UnitTester.php | 9 +++++++++ tests/unit/UnitTester.php | 9 +++++++++ 9 files changed, 81 insertions(+) diff --git a/_bootstrap.php b/_bootstrap.php index d1c27a7..c3d5251 100644 --- a/_bootstrap.php +++ b/_bootstrap.php @@ -1,2 +1,11 @@