Skip to content

Commit 3fbeefb

Browse files
committed
a few other types
1 parent b4f548c commit 3fbeefb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/Metric.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metric extends Model
1212
/**
1313
* The attributes that aren't mass assignable.
1414
*
15-
* @var array
15+
* @var array<string>
1616
*/
1717
protected $guarded = [];
1818

src/MetricFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
use Illuminate\Database\Eloquent\Factories\Factory;
66

7+
/**
8+
* @extends Factory<Metric>
9+
*/
710
class MetricFactory extends Factory
811
{
912
/**

0 commit comments

Comments
 (0)