Skip to content

Commit

Permalink
Minor CS fixes (braces)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 24, 2015
1 parent 45d39dd commit d97d3ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ private function preserveSqlOrdering(array $sqlIdentifier, $innerSql, $sql, $ord
* @param OrderByClause $orderByClause
* @return array
*/
private function rebuildOrderByClauseForOuterScope(OrderByClause $orderByClause) {
private function rebuildOrderByClauseForOuterScope(OrderByClause $orderByClause)
{
$dqlAliasToSqlTableAliasMap
= $searchPatterns
= $replacements
Expand Down

0 comments on commit d97d3ec

Please sign in to comment.