Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 5cb0930

Browse files
author
Andrey Helldar
committed
Merge remote-tracking branch 'origin/main'
2 parents 89a6972 + 963fec7 commit 5cb0930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/Laravel/Models/FooModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @property string $foo
10-
* @property-read BarModel $bar
10+
* @property BarModel $bar
1111
*/
1212
final class FooModel extends BaseModel
1313
{

0 commit comments

Comments
 (0)