Skip to content

Commit d0fc40a

Browse files
committed
include justifyLastLine in hash calculation for alignment
1 parent c096756 commit d0fc40a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpSpreadsheet/Style/Alignment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ public function getHashCode(): string
514514

515515
return md5(
516516
$this->horizontal
517+
. $this->justifyLastLine
517518
. $this->vertical
518519
. $this->textRotation
519520
. ($this->wrapText ? 't' : 'f')

0 commit comments

Comments
 (0)