* Stacked Alignment - Use Class Constant Rather than Literal PR #1580 defined constants for "stacked" alignment in cells. Using those constants outside of Style/Alignment was beyond the scope of the original PR, but I said I would get to it. This PR replaces all uses of literal -165, and appropriate uses of literal 255, with the named constants, and adds tests to make sure that the changed code is covered in the test suite. |
||
|---|---|---|
| .. | ||
| CodePageTest.php | ||
| DateTest.php | ||
| FileTest.php | ||
| FontTest.php | ||
| OLEReadTest.php | ||
| PasswordHasherTest.php | ||
| StringHelperTest.php | ||
| TimeZoneTest.php | ||