From 7b1e414717d8238b117dec71acade323578db8e8 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 26 Mar 2026 04:07:50 -0400 Subject: [PATCH] update Loader docblock --- src/core/Loader.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/core/Loader.php b/src/core/Loader.php index 1824b9c..bed0f0f 100644 --- a/src/core/Loader.php +++ b/src/core/Loader.php @@ -8,12 +8,11 @@ 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. + * 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. * - * @license MIT, http://flightphp.com/license + * @license MIT, https://docs.flightphp.com/license/ * @copyright Copyright (c) 2011, Mike Cao */ class Loader