alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add return types to all core methods in Alpha #375

Closed alphadevx closed 3 years ago

alphadevx commented 3 years ago

E.g:

loadRecentWithLimit($limit)

Becomes:

loadRecentWithLimit(Integer $limit) : array

These needs to be done throughout Alpha 4.0 core classes.