mirror of
https://github.com/danog/Valinor.git
synced 2025-01-10 14:48:20 +01:00
05cf4a4a4d
Enhances most of the messages for the end users. Two major changes can be noticed: 1. In most cases no class name will be written in the message; it prevents users that potentially have no access to the codebase to get a useless/unclear information. 2. The input values are now properly formatted; for instance a string value will now be written directly instead of the type `string`; arrays are also handled with the array shape format, for instance: `array{foo: 'some string'}`. |
||
---|---|---|
.. | ||
ArrayValuesMappingTest.php | ||
DateTimeMappingTest.php | ||
EnumValuesMappingTest.php | ||
GenericValuesMappingTest.php | ||
IterableValuesMappingTest.php | ||
ListValuesMappingTest.php | ||
LocalTypeAliasMappingTest.php | ||
ObjectValuesMappingTest.php | ||
ScalarValuesMappingTest.php | ||
ShapedArrayValuesMappingTest.php | ||
UnionOfObjectsMappingTest.php | ||
UnionValuesMappingTest.php |