Skip to content

Commit

Permalink
Fixed isse.
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Dec 31, 2024
1 parent 4ee8757 commit 501ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Email/src/Helpers/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ private function decodeContentTransfer($encodedString, $encodingType)
} elseif ($encodingType == 'quoted-printable') {
return quoted_printable_decode($encodedString);
} else {
return $encodedString; //8bit, 7bit, binary
return $encodedString; // 8bit, 7bit, binary
}
}

Expand Down

0 comments on commit 501ac05

Please sign in to comment.