Bernhard Schussek acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
..
BooleanToStringTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
DateTimeToArrayTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
DateTimeToLocalizedStringTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
DateTimeToStringTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
DateTimeToTimestampTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
MoneyToLocalizedStringTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
NumberToLocalizedStringTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
PercentToLocalizedStringTransformerTest.php acdd5c06de [Form] Changed value transformers to throw UnexpectedTypeException instances %!s(int64=14) %!d(string=hai) anos
ValueTransformerChainTest.php f033fc5578 Refactor ValueTransformers to recieve the original value when reverseTransform() is called. This is required for expensive value transformations for example Doctrine Collections or Proxies to allow access to a value that does not trigger expensive operations (such as database calls) anymore. %!s(int64=14) %!d(string=hai) anos