aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Settings/Source/ReflectionSchemaSource.php
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-2/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Add "implements Stringable" to every class with "function __toString()"Bartosz DziewoƄski2024-06-131-1/+2
* JsonSchemaTrait: Add support for inlined referencesMartin Urbanec2024-04-291-4/+10
* ReflectionSchemaSource: Add loadAsSchema()Martin Urbanec2024-04-051-1/+31
* ReflectionSchemaSource: add support for JSON schema $refsSergio Gimeno2024-04-051-1/+3
* Replace a few array_key_exists with the ??= syntaxthiemowmde2024-01-081-3/+1
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+1
* Settings: add support for obsolete configdaniel2022-10-141-1/+8
* Move dynamic defaults into MainConfigSchemaAryeh Gregor2022-07-071-0/+65
* Add support for nested property schemas in MainConfigSchema.daniel2022-06-291-2/+2
* Merge "Make MainConfigSchema more readable."jenkins-bot2022-04-071-4/+7
|\
| * Make MainConfigSchema more readable.daniel2022-04-071-4/+7
* | Update @since tags of config schema codeAlexander Vorwerk2022-04-021-1/+1
|/
* Use class constants to define config schema, rather than config-schema.yamldaniel2022-03-171-0/+97