Skip to content

Commit

Permalink
Merge pull request #168 from bearsunday/target
Browse files Browse the repository at this point in the history
Update Attribute::TARGET for DefaultSchemeHost
  • Loading branch information
koriym authored Mar 27, 2022
2 parents ab50bc4 + d3fcb2d commit 5d9b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotation/DefaultSchemeHost.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @Qualifier
* @NamedArgumentConstructor
*/
#[Attribute(Attribute::TARGET_METHOD), Qualifier]
#[Attribute(Attribute::TARGET_METHOD | Attribute::TARGET_PARAMETER | Attribute::TARGET_PROPERTY), Qualifier]
final class DefaultSchemeHost
{
/** @var ?string */
Expand Down

0 comments on commit 5d9b77b

Please sign in to comment.