Skip to content

Commit

Permalink
Marked BaseSortClauseProcessor::processSortClauses as final
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Aug 30, 2024
1 parent 824a13f commit 177ab67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(ParsingDispatcher $parsingDispatcher)
$this->parsingDispatcher = $parsingDispatcher;
}

public function processSortClauses(array $sortClauseData): iterable
final public function processSortClauses(array $sortClauseData): iterable
{
if (empty($sortClauseData)) {
yield from [];
Expand Down

0 comments on commit 177ab67

Please sign in to comment.