Skip to content

Commit

Permalink
#6110 CS (whitespace removal)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Nov 26, 2016
1 parent 9acf170 commit 2019060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/PersistentCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ public function clear()
{
if ($this->initialized && $this->isEmpty()) {
$this->collection->clear();

return;
}

Expand Down

0 comments on commit 2019060

Please sign in to comment.