Closed junaidbinfarooq closed 3 years ago
Just a heads up that this solves a new PHP 8.0 warning:
Warning: Private methods cannot be final as they are never overridden by other classes
Just a heads up that this solves a new PHP 8.0 warning:
Warning: Private methods cannot be final as they are never overridden by other classes
Well, that is what I exactly tried to fix. :)
Well, that is what I exactly tried to fix. :)
Just adding a context so the maintainer can prioritize properly.
Hey @paragonie-security, can you please merge this and prepare a new release to support PHP 8.0? Thank you! :-)
Anyone merging this PR? @paragonie-security?
@paragonie-scott @paragonie-staff Any chance of merging this soon for flawless PHP 8 support? Thanks!
Removes access modifier
final
from private methods as such methods are never overridden by other classes.