Due to T250934: css-sanitizer PHP 7.4 failure due to SeekableIterator::seek() signature change we had to poke the phan config as a workaround
When the library only needs PHP >=7.4, we can remove this config hack and add the type hint
Due to T250934: css-sanitizer PHP 7.4 failure due to SeekableIterator::seek() signature change we had to poke the phan config as a workaround
When the library only needs PHP >=7.4, we can remove this config hack and add the type hint
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
css-sanitizer | master | +6 -0 | Set phan allow_method_param_type_widening = true | |
css-sanitizer | master | +1 -7 | Add int type hint to seek function |
Change 592182 had a related patch set uploaded (by Reedy; owner: Reedy):
[css-sanitizer@master] Add int type hint to seek function
Marking stalled against whenever we bump required PHP version >= 7.4 for MW core et al
Change 592465 had a related patch set uploaded (by Reedy; owner: Reedy):
[css-sanitizer@master] Set phan allow_method_param_type_widening = true
Change 592465 merged by jenkins-bot:
[css-sanitizer@master] Set phan allow_method_param_type_widening = true