DifferentialChangesetViewController loadCoverage() fails under PHP 8.1 when test coverage is provided for some but not all modified files.
Update the code to replace strlen() with phutil_nonempty_string().
Fixes T15521
Differential D25328
Fix strlen(null) in DifferentialChangesetViewController loadCoverage() Sten on Jul 4 2023, 14:19. Authored by
Details DifferentialChangesetViewController loadCoverage() fails under PHP 8.1 when test coverage is provided for some but not all modified files. Update the code to replace strlen() with phutil_nonempty_string(). Fixes T15521 View a diff with test coverage for some but not all files.
Diff Detail
|