Completed
Pull Request — master (#3)
by Daniel
04:22
created
bridge/doctrine-orm/lib/ExpressionVisitor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 
112 112
         $ormExpressions = [];
113 113
         foreach ($expressions as $index => $childExpression) {
114
-           $ormExpressions[] = $this->dispatch($childExpression);
114
+            $ormExpressions[] = $this->dispatch($childExpression);
115 115
         }
116 116
 
117 117
         $method = $expression->getType() == Composite::AND ? 'andX' : 'orX';
Please login to merge, or discard this patch.