Skip to content

Commit

Permalink
fix: phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Apr 8, 2024
1 parent 97d8583 commit ab7ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/LogsTempEmailModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class LogsTempEmailModel extends Model
protected $returnType = 'array';

/**
* @var string[]
* @var list<string>
*/
protected $allowedFields = [
'email', 'try_url_string', 'ip_address', 'agent_string', 'device', 'platform', 'filter_by',
Expand Down

0 comments on commit ab7ff10

Please sign in to comment.