Completed
Pull Request — 2.6 (#7263)
by
unknown
13:08
created
lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,8 +120,7 @@
 block discarded – undo
120 120
               $column = $this->_em->getConfiguration()
121 121
                 ->getQuoteStrategy()
122 122
                 ->getColumnAlias($matches[1], $matches[2], $this->_platform, $this->getClassMetadata($entityName));
123
-            }
124
-            else {
123
+            } else {
125 124
               $column = $this->_em->getConfiguration()
126 125
                 ->getQuoteStrategy()
127 126
                 ->getColumnName($column, $this->getClassMetadata($entityName), $this->_platform);
Please login to merge, or discard this patch.