Skip to content

Commit 4aa93f8

Browse files
authored
Merge pull request #29199 from adevade/patch-1
Fix formatting of DocBlock in factory.stub
2 parents 24d3207 + e14da1d commit 4aa93f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Console/Factories/stubs/factory.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/* @var $factory \Illuminate\Database\Eloquent\Factory */
3+
/** @var \Illuminate\Database\Eloquent\Factory $factory */
44

55
use NamespacedDummyModel;
66
use Faker\Generator as Faker;

0 commit comments

Comments
 (0)