friendica/src/Core/Config/Capability
Hypolite Petovan 23dda5d510 Deprecate default value parameters in Session and Config interfaces
- It is more efficient to use the null coalescing operator ?? that prevents the computation of the default value if the key has been found
2022-11-04 06:42:38 -04:00
..
IManageConfigValues.php Deprecate default value parameters in Session and Config interfaces 2022-11-04 06:42:38 -04:00