@@ -116,7 +116,7 @@ |
||
116 | 116 | */ |
117 | 117 | protected function encryptMail($matches): string |
118 | 118 | { |
119 | - list(, , $email, , $text) = $matches; |
|
119 | + list(,, $email,, $text) = $matches; |
|
120 | 120 | |
121 | 121 | if ($text === $email) { |
122 | 122 | $text = ''; |