mirror of
https://github.com/danog/Valinor.git
synced 2024-12-02 09:37:46 +01:00
897ca9b65e
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 |
||
---|---|---|
.. | ||
InterfaceWithDifferentNamespaces | ||
AbstractObject.php | ||
ObjectWithAttributes.php | ||
ObjectWithNestedAttributes.php | ||
ObjectWithParameterDefaultObjectValue.php | ||
ObjectWithPropertyPromotion.php | ||
ObjectWithPropertyWithNativeIntersectionType.php | ||
ObjectWithPropertyWithNativeUnionType.php | ||
StringableObject.php |