Skip to content

Commit 996893f

Browse files
ddevsrkenjis
andauthored
Update system/CLI/GeneratorTrait.php
Co-authored-by: kenjis <[email protected]>
1 parent b5ec948 commit 996893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/CLI/GeneratorTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ private function normalizeInputClassName(): string
337337
* Gets the generator view as defined in the `Config\Generators::$views`,
338338
* with fallback to `$template` when the defined view does not exist.
339339
*
340-
* @param array<string, bool|string|null> $data
340+
* @param array<string, mixed> $data
341341
*/
342342
protected function renderTemplate(array $data = []): string
343343
{

0 commit comments

Comments
 (0)