mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-20 15:16:36 +00:00
include justifyLastLine in hash calculation for alignment
This commit is contained in:
@@ -514,6 +514,7 @@ class Alignment extends Supervisor
|
||||
|
||||
return md5(
|
||||
$this->horizontal
|
||||
. $this->justifyLastLine
|
||||
. $this->vertical
|
||||
. $this->textRotation
|
||||
. ($this->wrapText ? 't' : 'f')
|
||||
|
||||
Reference in New Issue
Block a user