Skip to content

Commit

Permalink
Merge pull request #41132 from rodrigopedra/factory-stub-type
Browse files Browse the repository at this point in the history
[9.x] Improve factory stub type annotation
  • Loading branch information
nunomaduro authored Feb 21, 2022
2 parents 18a996f + ced87a1 commit 8346d07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class {{ factory }}Factory extends Factory
/**
* Define the model's default state.
*
* @return array
* @return array<string, mixed>
*/
public function definition()
{
Expand Down

0 comments on commit 8346d07

Please sign in to comment.