remove unnecessary docblock lines for setJustifyLastLine method

This commit is contained in:
YoheiZuho
2025-02-19 15:46:33 +09:00
parent ee35b300ad
commit 41da457b10
-2
View File
@@ -278,8 +278,6 @@ class Alignment extends Supervisor
/**
* Set Justify Last Line.
*
* @param bool $justifyLastLine
*
* @return $this
*/
public function setJustifyLastLine(bool $justifyLastLine): static