We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f548c commit 3fbeefbCopy full SHA for 3fbeefb
2 files changed
src/Metric.php
@@ -12,7 +12,7 @@ class Metric extends Model
12
/**
13
* The attributes that aren't mass assignable.
14
*
15
- * @var array
+ * @var array<string>
16
*/
17
protected $guarded = [];
18
src/MetricFactory.php
@@ -4,6 +4,9 @@
4
5
use Illuminate\Database\Eloquent\Factories\Factory;
6
7
+/**
8
+ * @extends Factory<Metric>
9
+ */
10
class MetricFactory extends Factory
11
{
0 commit comments