aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/Message/ScalarParam.php
Commit message (Expand)AuthorAgeFilesLines
* Replace wfDeprecatedMsg with trigger_error in ScalarParam.phpDoğu Abaris2025-02-021-1/+4
* includes/libs/Message: Add return type hints, update methodsDoğu Abaris2024-11-211-8/+9
* Message: Downgrade exception on bool/null param to warningBartosz Dziewoński2024-11-021-4/+9
* Make MessageValue JsonCodecable instead of JsonDeserializableIsabelle Hurbain-Palatin2024-10-281-3/+5
* Remove Message::objectParams() and related codeBartosz Dziewoński2024-10-271-9/+1
* SECURITY: Message: Don’t call is_callable() on stringsLucas Werkmeister2024-10-241-1/+3
* Make Message and MessageValue compatibleBartosz Dziewoński2024-10-191-6/+8
* Message: Make toJsonArray() methods protectedBartosz Dziewoński2024-08-211-1/+1
* Message: Validate ScalarParam and ListParam typesBartosz Dziewoński2024-08-211-0/+3
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* ScalarParam: Un-deprecate Stringable, deprecate ParamType::OBJECT insteadBartosz Dziewoński2024-07-221-4/+7
* Make MessageValue implement JsonDeserializableBartosz Dziewoński2024-06-121-0/+25
* Deprecate Message::objectParams() and related codeBartosz Dziewoński2024-05-281-2/+6
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-191-2/+3
* Add Message/MessageValue user group member parameter typeTChin2021-11-161-3/+6
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Annotate newable classesdaniel2020-07-071-0/+4
* libs/Message: Improve parameter validationBrad Jorsch2019-10-171-0/+12
* libs/Message: Improve documentationBrad Jorsch2019-08-291-0/+30