Skip to content

Commit 239a38e

Browse files
committed
Update Str.php
1 parent 1176422 commit 239a38e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Support/Str.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ public static function escape(string $string): string
133133

134134
/**
135135
* Decode a modified UTF-7 string (IMAP specific) to UTF-8.
136-
*
137-
* This is used for decoding IMAP folder names that contain non-ASCII characters.
138-
*
139-
* @param string $string The UTF-7 encoded string
140-
* @return string The decoded UTF-8 string
141136
*/
142137
public static function decodeUtf7Imap(string $string): string
143138
{

0 commit comments

Comments
 (0)