@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | { |
170 | 170 | $data = ''; |
171 | 171 | |
172 | - while (! feof($this->getConnection())) { |
|
172 | + while (!feof($this->getConnection())) { |
|
173 | 173 | $buffer = chop(fgets($this->getConnection(), 1024)); |
174 | 174 | |
175 | 175 | if (strpos($buffer, '-ERR') === 0) { |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | $subject = substr($line, 0, strlen($line) - 2); |
241 | 241 | |
242 | 242 | $count = count($headers); |
243 | - for ($j = $i + 1; $j < $count; $j ++) { |
|
243 | + for ($j = $i + 1; $j < $count; $j++) { |
|
244 | 244 | if (substr($headers[$j], 0, 1) == ' ') { |
245 | 245 | $subject .= str_ireplace([ |
246 | 246 | ' ' . $type, |
@@ -299,7 +299,7 @@ discard block |
||
299 | 299 | { |
300 | 300 | $count = $this->getCount(); |
301 | 301 | |
302 | - for ($i = 1; $i <= $count; $i ++) { |
|
302 | + for ($i = 1; $i <= $count; $i++) { |
|
303 | 303 | $mailSubject = $this->getMessageSubject($i); |
304 | 304 | |
305 | 305 | if ($subject == $mailSubject) { |
@@ -320,7 +320,7 @@ discard block |
||
320 | 320 | { |
321 | 321 | $count = $this->getCount(); |
322 | 322 | |
323 | - for ($i = 1; $i <= $count; $i ++) { |
|
323 | + for ($i = 1; $i <= $count; $i++) { |
|
324 | 324 | $mailSubject = $this->getMessageSubject($i); |
325 | 325 | |
326 | 326 | if ($subject == $mailSubject) { |