Skip to content

Commit 12a4885

Browse files
stefanbauertaylorotwell
authored andcommitted
Fix phpdoc to order by syntax convention (laravel#5005)
Reorder the `@var` phpdoc syntax by convention, see http://docs.phpdoc.org/references/phpdoc/tags/var.html
1 parent 60db703 commit 12a4885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/factories/UserFactory.php

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 App\User;
66
use Illuminate\Support\Str;

0 commit comments

Comments
 (0)