Skip to content

Commit b3b6c23

Browse files
committed
docs: use @phpstan-consistent-constructor instead of paslm's
PHPStan is the first analyzer for our project.
1 parent 96ed853 commit b3b6c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/UserModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Faker\Generator;
1616

1717
/**
18-
* @psalm-consistent-constructor
18+
* @phpstan-consistent-constructor
1919
*/
2020
class UserModel extends Model
2121
{

0 commit comments

Comments
 (0)