Fix phpdocs

This commit is contained in:
Barry vd. Heuvel
2024-10-28 12:18:07 +01:00
parent 4ca8db247f
commit f98cbbd86c
3 changed files with 6 additions and 3 deletions
@@ -11,8 +11,10 @@ use Illuminate\Database\Eloquent\Model;
*
* @implements \ArrayAccess
* @noinspection PhpUnreachableStatementInspection
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
* @property string $foo
* @property-read string $bar
* @method fooBar()
* @mixin \Eloquent
*/
class Simple extends Model