From d9b01781e6482e08651fa347344e29e5be8004c8 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 23 Aug 2026 15:53:28 -0400 Subject: [PATCH] rewrite Loader docblock --- flight/core/Loader.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flight/core/Loader.php b/flight/core/Loader.php index c81102c..9ac5ac6 100644 --- a/flight/core/Loader.php +++ b/flight/core/Loader.php @@ -9,9 +9,9 @@ use Exception; use Throwable; /** - * 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 instantiating classes. It maintains a list of reusable + * instances and can generate new instances with custom constructor arguments. + * It also performs automatic class loading. * * @license MIT, http://flightphp.com/license * @copyright Copyright (c) 2011, Mike Cao