From 8523025cb5d3170a374bb2b66eac300aa01ae533 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 23 Aug 2026 15:09:42 -0400 Subject: [PATCH] rewrap loader description --- flight/core/Loader.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flight/core/Loader.php b/flight/core/Loader.php index 92deceb..71af47e 100644 --- a/flight/core/Loader.php +++ b/flight/core/Loader.php @@ -8,10 +8,9 @@ use Closure; use Exception; /** - * The Loader class is responsible for loading objects. It maintains - * a list of reusable class instances and can generate a new class - * instances with custom initialization parameters. It also performs - * class autoloading. + * Responsible for loading objects. It maintains a list of reusable class + * instances and can generate a new class instances with custom initialization + * parameters. It also performs class autoloading. * * @license MIT, http://flightphp.com/license * @copyright Copyright (c) 2011, Mike Cao