No Code Attached Yet
avatar Hackwar
Hackwar
29 Jul 2025

Joomla has made huge improvements in terms of code quality and especially type safety. Of course we are still quite a bit away from having explicitly declared types.

This ticket is here to remind and coordinate a review of our method parameter types and return types in regards to declaration of mixed and array. In both cases we should try to either declare compound types (for example bool|int) or better declare the array. (For example object[] instead of just array)

avatar Hackwar Hackwar - open - 29 Jul 2025
avatar joomla-cms-bot joomla-cms-bot - change - 29 Jul 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Jul 2025

Add a Comment

Login with GitHub to post a comment