Skip to content

Commit f98cbbd

Browse files
committed
Fix phpdocs
1 parent 4ca8db2 commit f98cbbd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tests/Console/ModelsCommand/ResetAndSmartReset/Models/Simple.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
*
1212
* @implements \ArrayAccess
1313
* @noinspection PhpUnreachableStatementInspection
14-
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
14+
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
1515
* @property string $foo
16+
* @property-read string $bar
17+
* @method fooBar()
1618
* @mixin \Eloquent
1719
*/
1820
class Simple extends Model

tests/Console/ModelsCommand/ResetAndSmartReset/__snapshots__/Test__testNoReset__1.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
*
1212
* @implements \ArrayAccess
1313
* @noinspection PhpUnreachableStatementInspection
14-
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
14+
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
1515
* @property string $foo
16+
* @property-read string $bar
17+
* @method fooBar()
1618
* @property int $id
1719
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
1820
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()

tests/Console/ModelsCommand/ResetAndSmartReset/__snapshots__/Test__testReset__1.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* @implements \ArrayAccess
1313
* @noinspection PhpUnreachableStatementInspection
14-
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
1514
* @property int $id
1615
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
1716
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()

0 commit comments

Comments
 (0)