wiki.techinc.nl/includes/Settings/Source
Bartosz Dziewoński ccd423225f Add "implements Stringable" to every class with "function __toString()"
In PHP 8, but not in PHP 7.4, every class with a __toString() function
implicitly implements the Stringable interface. Therefore, the
behavior of checks like "instanceof Stringable" differs between these
PHP versions when such classes are involved. Make every such class
implement the interface so that the behavior will be consistent.

The PHP 7.4 fallback for the Stringable interface is provided by
symfony/polyfill-php80.

Change-Id: I3f0330c2555c7d3bf99b654ed3c0b0303e257ea1
2024-06-13 00:23:39 +00:00
..
Format Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
ArraySource.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
EtcdSource.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
FileSource.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
JsonSchemaReferenceResolver.php JsonSchemaTrait: normalize resolved references 2024-04-26 15:23:55 +02:00
JsonSchemaTrait.php JsonSchemaTrait: Add support for inlined references 2024-04-29 10:15:03 +00:00
PhpSettingsSource.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
ReflectionSchemaSource.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
RefLoopException.php JsonSchemaReferenceResolver: Improve styling and docstring 2024-04-05 23:26:01 +02:00
RefNotFoundException.php JsonSchemaReferenceResolver: Improve styling and docstring 2024-04-05 23:26:01 +02:00
SettingsFileUtils.php SettingsBuilder: load settings recursively 2022-01-18 21:51:35 +01:00
SettingsIncludeLocator.php Settings: Remove unstable markers and mark interfaces appropriately 2022-07-11 13:32:11 +01:00
SettingsSource.php Settings: Remove unstable markers and mark interfaces appropriately 2022-07-11 13:32:11 +01:00