Skip to content

Commit

Permalink
wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBatSilva committed Jun 18, 2012
1 parent 65efda4 commit 7800a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Query/SqlWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ public function walkJoin($join)
$sql .= ' AND (' . $this->walkConditionalExpression($condExpr) . ')';
}
break;
}
}

return $sql;
}
Expand Down

0 comments on commit 7800a7e

Please sign in to comment.