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 7, 2024
1 parent 1dfb5ee commit 9e136f5
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 9e136f5

Please sign in to comment.