Skip to content

Commit

Permalink
Changed infinity to tilde in CopySubtreeCommand
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Parafiński <[email protected]>
  • Loading branch information
alongosz and ViniTou authored Dec 12, 2024
1 parent 014a41d commit 12d21ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Core/Command/CopySubtreeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ protected function getAllChildrenCountExpr(Location $location): string

$totalCount = $this->searchService->findLocations($query)->totalCount;

return $totalCount !== null ? (string) $totalCount : '';
return $totalCount !== null ? (string) $totalCount : '~';
}
}

0 comments on commit 12d21ce

Please sign in to comment.