Log1x / navi

A developer-friendly alternative to the WordPress NavWalker.
https://github.com/Log1x/navi
MIT License
311 stars 29 forks source link

Add return types to prevent deprecation notices in PHP 8.1 #55

Closed tedw closed 1 year ago

tedw commented 2 years ago

See https://github.com/Log1x/navi/issues/54

Log1x commented 2 years ago

Sorry for the delay.

From what I can tell mixed is new in PHP 8.0 so we may need to suppress that instead temporarily until Navi makes a major version bump.

Would you be able to make that change and make sure things are still compatible with PHP 7.4?