aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config/ServiceOptions.php
Commit message (Expand)AuthorAgeFilesLines
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+2
* config: Intentionally throw TypeError for unsupported sourcesDerick Alangi2024-07-241-5/+3
* Fix PSR-12 compliance in ServiceOptionsDoğu Abaris2024-07-191-1/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+0
* Introduce includes/Storage/PageUpdaterFactorydaniel2021-07-191-1/+6
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Mark ServiceOptions as @newableDannyS7122020-10-091-0/+4
* Services: Convert PermissionManager's static to a const now HHVM is goneJames D. Forrester2019-10-081-6/+6
* config: ServiceOptions O(1) assert time in the common caseTim Starling2019-06-201-14/+17
* Don't pass Config to service constructorsAryeh Gregor2019-05-021-0/+87