@@ -120,8 +120,7 @@ |
||
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); |