From d0fc40a99473a44c2069a355d056627106d48a21 Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Wed, 19 Feb 2025 15:37:01 +0900 Subject: [PATCH] include justifyLastLine in hash calculation for alignment --- src/PhpSpreadsheet/Style/Alignment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PhpSpreadsheet/Style/Alignment.php b/src/PhpSpreadsheet/Style/Alignment.php index 315aaac40..4e89a2c53 100644 --- a/src/PhpSpreadsheet/Style/Alignment.php +++ b/src/PhpSpreadsheet/Style/Alignment.php @@ -514,6 +514,7 @@ class Alignment extends Supervisor return md5( $this->horizontal + . $this->justifyLastLine . $this->vertical . $this->textRotation . ($this->wrapText ? 't' : 'f')