Smarter reset

This commit is contained in:
Barry vd. Heuvel
2024-10-28 12:09:38 +01:00
parent 7740b80704
commit 29f874381e
4 changed files with 19 additions and 3 deletions
@@ -9,7 +9,11 @@ use Illuminate\Database\Eloquent\Model;
/**
* Text of existing phpdoc
*
* @implements \ArrayAccess
* @noinspection PhpUnreachableStatementInspection
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
* @property string $foo
* @mixin \Eloquent
*/
class Simple extends Model
{