Skip to content

Commit 21c434e

Browse files
committed
chore: fix model guarded property docblocks
1 parent bd27a24 commit 21c434e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Models/CustomField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class CustomField extends Model
6565
use HasFieldType;
6666

6767
/**
68-
* @var array<string>|bool
68+
* @var array<string>
6969
*/
7070
protected $guarded = [];
7171

src/Models/CustomFieldSection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CustomFieldSection extends Model
4747
use HasFactory;
4848

4949
/**
50-
* @var array<string>|bool
50+
* @var array<string>
5151
*/
5252
protected $guarded = [];
5353

0 commit comments

Comments
 (0)