Skip to content

Commit

Permalink
fix: phpstan failing
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir committed May 9, 2024
1 parent bdb4e7f commit c45cfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class Review extends Model
/**
* The attributes that are mass assignable.
*
* @var array<string>
* @var array
*/
protected $fillable = [

Check failure on line 17 in src/Review.php

View workflow job for this annotation

GitHub Actions / phpstan

PHPDoc type array of property StarfolkSoftware\Gauge\Review::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
'team_id',
Expand Down

0 comments on commit c45cfe6

Please sign in to comment.