Skip to content

Commit

Permalink
Make class final (as suggested in GH review)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Feb 5, 2023
1 parent 77df5db commit cc5775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Tools/Pagination/RootTypeWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Returning the type instead of a "real" SQL statement is a slight hack. However, it has the
* benefit that the DQL -> root entity id type resolution can be cached in the query cache.
*/
class RootTypeWalker extends SqlWalker
final class RootTypeWalker extends SqlWalker
{
public function walkSelectStatement(AST\SelectStatement $AST): string
{
Expand Down

0 comments on commit cc5775c

Please sign in to comment.