Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6872 - reverting if block brace start, …
Browse files Browse the repository at this point in the history
…for readability
  • Loading branch information
Ocramius committed Nov 14, 2014
1 parent 7a363e3 commit 2f3e547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Protocol/Imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ public function escapeList($list)
$result = array();
foreach ($list as $v) {
if (!is_array($v)) {
// $result[] = $this->escapeString($v);
$result[] = $v;
continue;
}
Expand Down

0 comments on commit 2f3e547

Please sign in to comment.