Skip to content

Commit 02bcc04

Browse files
samsonasikkenjis
andauthored
Update system/Email/Email.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 4549a7c commit 02bcc04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/Email/Email.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ class Email
352352
* Character sets valid for 7-bit encoding,
353353
* excluding language suffix.
354354
*
355-
* @var string[]
355+
* @var arrray<int, string>
356+
* @phpstan-var list<string>
356357
*/
357358
protected $baseCharsets = [
358359
'us-ascii',

0 commit comments

Comments
 (0)