Valinor/tests
Radhi Guennichi 897ca9b65e
fix: handle native attribute on promoted parameter
Handles race condition when the attribute is affected to a property or 
parameter that was promoted, in this case the attribute will be applied
to both `ParameterReflection` and `PropertyReflection`, but the target
argument inside the attribute class is configured to support only one of
them (parameter or property).

More details: https://wiki.php.net/rfc/constructor_promotion#attributes
2022-07-31 15:42:58 +02:00
..
Fake feat!: rework messages body and parameters features 2022-07-25 22:05:31 +02:00
Fixture fix: handle native attribute on promoted parameter 2022-07-31 15:42:58 +02:00
Functional fix: handle native attribute on promoted parameter 2022-07-31 15:42:58 +02:00
Integration test: use exception expectation API for mapping error test 2022-07-27 08:18:41 +02:00
StaticAnalysis test: configure vimeo/psalm to verify type inference 2022-01-13 19:55:20 +01:00
Traits feat: initial release 2021-11-28 18:21:56 +01:00
Unit feat: make MessagesFlattener countable 2022-07-26 19:39:14 +02:00