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)
| Labels |
Added:
No Code Attached Yet
|
||
@Hackwar I’m happy to work on this issue. Could you please assign it to me?