Skip to content

Commit c1d21a5

Browse files
committed
remove unused cast
1 parent ab30253 commit c1d21a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Email/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ protected function getEncoding()
862862
}
863863

864864
foreach ($this->baseCharsets as $charset) {
865-
if (strpos($this->charset, (string) $charset) === 0) {
865+
if (strpos($this->charset, $charset) === 0) {
866866
$this->encoding = '7bit';
867867

868868
break;

0 commit comments

Comments
 (0)