Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trusek committed Dec 6, 2020
1 parent 485135b commit 0d3d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected function doModifyLimitQuery($query, $limit, $offset = null)
/**
* @param string $query
*/
protected function shouldAddOrderBy($query): bool
private function shouldAddOrderBy($query): bool
{
// Find the position of the last instance of ORDER BY and ensure it is not within a parenthetical statement
// but can be in a newline
Expand Down

0 comments on commit 0d3d9c8

Please sign in to comment.