Actions
Feature proposal #8492
closedImplement strict getter functions for table and param objects
Description
Constantly putting GetterInterface::INT and other type cleaning all over the place creates an absolute massive amount of clutter, has mixed return type, and is a nightmare to review. Implement strict typed functions (once minimum PHP is set to 7.4 these can have ACTUAL return types of ?int for nullable). These functions would just get getInt, getString, etc..
Actions