@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | { |
156 | 156 | $data = ''; |
157 | 157 | |
158 | - while (! feof($this->connection)) { |
|
158 | + while (!feof($this->connection)) { |
|
159 | 159 | $buffer = chop(fgets($this->connection, 1024)); |
160 | 160 | |
161 | 161 | if (strpos($buffer, '-ERR') === 0) { |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | $subject = substr($line, 0, strlen($line) - 2); |
228 | 228 | |
229 | 229 | $count = count($headers); |
230 | - for ($j = $i + 1; $j < $count; $j ++) { |
|
230 | + for ($j = $i + 1; $j < $count; $j++) { |
|
231 | 231 | if (substr($headers[$j], 0, 1) == ' ') { |
232 | 232 | $subject .= str_ireplace([ |
233 | 233 | ' ' . $type, |
@@ -286,7 +286,7 @@ discard block |
||
286 | 286 | { |
287 | 287 | $count = $this->getCount(); |
288 | 288 | |
289 | - for ($i = 1; $i <= $count; $i ++) { |
|
289 | + for ($i = 1; $i <= $count; $i++) { |
|
290 | 290 | $mailSubject = $this->getMessageSubject($i); |
291 | 291 | |
292 | 292 | if ($subject == $mailSubject) { |
@@ -307,7 +307,7 @@ discard block |
||
307 | 307 | { |
308 | 308 | $count = $this->getCount(); |
309 | 309 | |
310 | - for ($i = 1; $i <= $count; $i ++) { |
|
310 | + for ($i = 1; $i <= $count; $i++) { |
|
311 | 311 | $mailSubject = $this->getMessageSubject($i); |
312 | 312 | |
313 | 313 | if ($subject == $mailSubject) { |