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 {