Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianolek committed Mar 16, 2014
1 parent 553883b commit e403bf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Doctrine/ORM/Tools/EntityGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -1570,8 +1570,7 @@ private function _exportOptions(array $options)
{
$optionsStr = array();

foreach($options as $name => $option)
{
foreach($options as $name => $option) {
if (is_array($option)) {
$optionsStr[] = '"' . $name . '"={' . $this->_exportOptions($option) . '}';
} else {
Expand Down

0 comments on commit e403bf2

Please sign in to comment.