Skip to content

Commit

Permalink
Make stan happier
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Mar 13, 2024
1 parent 074f319 commit 266ecca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function siblingsAreDistinctlySorted(): Result
HAVING COUNT(position) > 1'
);

if (empty($ambiguouslySortedHierarchyRelationRecords)) {
if ($ambiguouslySortedHierarchyRelationRecords->columnCount() === 0) {
return $result;
}

Expand Down

0 comments on commit 266ecca

Please sign in to comment.