Skip to content

Commit

Permalink
better commenting part
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalonat committed Feb 6, 2024
1 parent df1c07a commit 25d22f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PhpSpreadsheet/Worksheet/Worksheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -3688,11 +3688,11 @@ private function getMergeCellsFromCollection(array $sourceStart, array $sourceEn
}

/**
* Will get the coordinates to the Start/End Cell with Column and Row indexes.
* Will get the coordinates to the start/end cell with column and row indexes.
*
* @param array $mergedCellRanges array of merged cell ranges
* @param int $offset separation between the source and destination ranges by column
* @param int $rowOffset separation of groups of cells by row
* @param int $rowOffset separation of group index with cell collection by row
*/
private function mergeCellsOfTheRanges(array $mergedCellRanges, int $offset, int $rowOffset): void
{
Expand Down

0 comments on commit 25d22f4

Please sign in to comment.