From e403bf207c1778e234dcf65c428b1b1f7da5ecbd Mon Sep 17 00:00:00 2001 From: Adrian Olek Date: Sun, 16 Mar 2014 16:56:46 +0100 Subject: [PATCH] cs fix --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index dec28b670..54604de99 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -1570,8 +1570,7 @@ public function __construct() { $optionsStr = array(); - foreach($options as $name => $option) - { + foreach($options as $name => $option) { if (is_array($option)) { $optionsStr[] = '"' . $name . '"={' . $this->_exportOptions($option) . '}'; } else {