File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1818 * allows you to hook other functions to an event that can modify the
1919 * input parameters and/or the output.
2020 *
21- * @license MIT, http ://flightphp.com/license
21+ * @license MIT, https ://docs. flightphp.com/license/
2222 * @copyright Copyright (c) 2011, Mike Cao <mike@mikecao.com>
23- * @phpstan-template EngineTemplate of object
2423 */
2524class Dispatcher
2625{
@@ -30,7 +29,6 @@ class Dispatcher
3029 /** Exception message if thrown by setting the container as a callable method. */
3130 protected ?Throwable $ containerException = null ;
3231
33- /** @var ?Engine<EngineTemplate> $engine Engine instance. */
3432 protected ?Engine $ engine = null ;
3533
3634 /** @var array<string, callable(): (void|mixed)> Mapped events. */
Original file line number Diff line number Diff line change 99/**
1010 * The Loader class is responsible for loading objects. It maintains a list of
1111 * reusable class instances and can generate a new class instances with custom
12- * initialization parameters. It also performs class autoloading.
12+ * initialization parameters.
1313 * @license MIT, https://docs.flightphp.com/license/
1414 * @copyright Copyright (c) 2011, Mike Cao <mike@mikecao.com>
1515 */
You can’t perform that action at this time.
0 commit comments