Smarter reset (#1603)

* Smarter reset

* Changelog

* Fix phpdocs
This commit is contained in:
Barry vd. Heuvel
2024-10-28 12:21:53 +01:00
committed by GitHub
parent 7740b80704
commit 7549f58a30
5 changed files with 24 additions and 4 deletions
@@ -9,7 +9,13 @@ use Illuminate\Database\Eloquent\Model;
/**
* Text of existing phpdoc
*
* @implements \ArrayAccess
* @noinspection PhpUnreachableStatementInspection
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
* @property string $foo
* @property-read string $bar
* @method fooBar()
* @mixin \Eloquent
*/
class Simple extends Model
{