File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 *
1212 * @psalm-api
1313 */
14- #[Attribute(Attribute::TARGET_PARAMETER )]
14+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_PROPERTY )]
1515final class ConvertArray
1616{
1717 /**
Original file line number Diff line number Diff line change 1010 *
1111 * @psalm-api
1212 */
13- #[Attribute(Attribute::TARGET_PARAMETER )]
13+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_PROPERTY )]
1414final class EmptyToNull
1515{
1616}
Original file line number Diff line number Diff line change 99/**
1010 * @psalm-api
1111 */
12- #[Attribute(Attribute::TARGET_PARAMETER )]
12+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_PROPERTY )]
1313final class FieldAlias
1414{
1515 /**
Original file line number Diff line number Diff line change 1111 *
1212 * @psalm-api
1313 */
14- #[Attribute(Attribute::TARGET_PARAMETER )]
14+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_PROPERTY )]
1515final class NotTransform
1616{
1717}
Original file line number Diff line number Diff line change 1111 *
1212 * @psalm-api
1313 */
14- #[Attribute(Attribute::TARGET_PARAMETER )]
14+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_PROPERTY )]
1515final class WritingStyle
1616{
1717 /** Check all possible styles */
You can’t perform that action at this time.
0 commit comments