Skip to content

Commit

Permalink
Update system/CLI/GeneratorTrait.php
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
ddevsr and kenjis authored Apr 27, 2024
1 parent b5ec948 commit 996893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CLI/GeneratorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, bool|string|null> $data
* @param array<string, mixed> $data
*/
protected function renderTemplate(array $data = []): string
{
Expand Down

0 comments on commit 996893f

Please sign in to comment.