Passed
Pull Request — 2.6 (#7263)
by
unknown
09:28
created
lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
             // Generate quoted column alias for column info hydrating.
119 119
             if (preg_match(',(.+)_(\d+)$,', $column, $matches)) {
120
-              $column = $this->_em->getConfiguration()
120
+                $column = $this->_em->getConfiguration()
121 121
                 ->getQuoteStrategy()
122 122
                 ->getColumnAlias($matches[1], $matches[2], $this->_platform, $this->getClassMetadata($entityName));
123 123
             }
Please login to merge, or discard this patch.