Valinor/tests/Functional
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
..
Definition/Repository/Cache/Compiler fix: handle native attribute on promoted parameter 2022-07-31 15:42:58 +02:00
Type/Parser/Lexer feat: handle numeric string type 2022-07-25 22:34:05 +02:00