Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Php 8.3 Problem - Add Casts to RowColumnInformation (#3641)
Some tests were failing with Php nightly. Row values, which were expected to be int, were now being returned as string. Adding a couple of casts eliminated the problem in Php 8.3 without adverse effects in other releases.
- Loading branch information