Skip to content

Commit

Permalink
Merge pull request #71 from jpeters8889/main
Browse files Browse the repository at this point in the history
Fix array structure in return type docblock in MakeUserCommand.php
  • Loading branch information
freekmurze authored Dec 23, 2024
2 parents 7fc57a9 + 8148819 commit 1d570a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/MakeUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function handle(): int
return self::SUCCESS;
}

/** @return array{'username': string, 'email': string, 'password': string} */
/** @return array{'name': string, 'email': string, 'password': string} */
protected function requestData(): array
{
return [
Expand Down

0 comments on commit 1d570a7

Please sign in to comment.