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..
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1653
Actions