From 996893f2c159f4adceaa3bd556b89d08a37c4b29 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:02:41 +0700 Subject: [PATCH] Update system/CLI/GeneratorTrait.php Co-authored-by: kenjis --- system/CLI/GeneratorTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/CLI/GeneratorTrait.php b/system/CLI/GeneratorTrait.php index 759fe0e84ae3..258f12379dd6 100644 --- a/system/CLI/GeneratorTrait.php +++ b/system/CLI/GeneratorTrait.php @@ -337,7 +337,7 @@ private function normalizeInputClassName(): string * Gets the generator view as defined in the `Config\Generators::$views`, * with fallback to `$template` when the defined view does not exist. * - * @param array $data + * @param array $data */ protected function renderTemplate(array $data = []): string {