wiki.techinc.nl/includes/Settings
Derick Alangi 3eff7189dd Settings: JsonFormat::decode() expects string not StreamInterface
JsonFormat::decode() expects the content to decode as a string not a
StreamInterface but Response::getBody() will return a StreamInterface.

This was caught by phan as a PhanTypeMismatchArgument error. This patch
fixes it by calling getContents() which returns the remaining content
as a string.

Change-Id: I2ca03f06e7b481ccf19e1c39fa0002b4405ef23a
2023-04-05 13:12:41 +01:00
..
Cache Settings: Remove unstable markers and mark interfaces appropriately 2022-07-11 13:32:11 +01:00
Config Address contravariance todos 2022-11-16 13:05:19 +11:00
Source Settings: JsonFormat::decode() expects string not StreamInterface 2023-04-05 13:12:41 +01:00
DynamicDefaultValues.php Move dynamic defaults into MainConfigSchema 2022-07-07 09:55:48 +10:00
LocalSettingsLoader.php
SettingsBuilder.php Treat $wgHooks as a regular setting 2023-03-09 10:20:44 +01:00
SettingsBuilderException.php
WikiFarmSettingsLoader.php WikiFarm: remove site detection based on domain name. 2022-05-04 22:09:06 +02:00