Skip to content

Commit 4e6343d

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 7d1f6f8 commit 4e6343d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Models/Component.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Carbon\Carbon;
1111
use Illuminate\Database\Eloquent\Builder;
1212
use Illuminate\Database\Eloquent\Casts\Attribute;
13+
use Illuminate\Database\Eloquent\Collection;
1314
use Illuminate\Database\Eloquent\Factories\Factory;
1415
use Illuminate\Database\Eloquent\Factories\HasFactory;
1516
use Illuminate\Database\Eloquent\Model;
@@ -35,7 +36,7 @@
3536
* @property bool $enabled
3637
* @property array<string, mixed> $meta
3738
* @property ?ComponentGroup $componentGroup
38-
* @property-read \Illuminate\Database\Eloquent\Collection<int, ComponentCheck> $checks
39+
* @property-read Collection<int, ComponentCheck> $checks
3940
* @property-read IncidentComponent|null $pivot
4041
*
4142
* @method static Builder<static>|static checked()

0 commit comments

Comments
 (0)