Skip to content

Commit 2568432

Browse files
committed
minor #51996 [FrameworkBundle][RemoteEvent][Routing][Scheduler] Add PHPDoc to attributes properties (alexandre-daubois)
This PR was merged into the 7.1 branch. Discussion ---------- [FrameworkBundle][RemoteEvent][Routing][Scheduler] Add PHPDoc to attributes properties | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Part of symfony/symfony#51920 | License | MIT Commits ------- a1f43a94b7 [FrameworkBundle][RemoteEvent][Routing][Scheduler] Add PHPDoc to attributes properties
2 parents 39dea3e + c866a3f commit 2568432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Routing/Attribute/AsRoutingConditionService.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
#[\Attribute(\Attribute::TARGET_CLASS)]
4242
class AsRoutingConditionService extends AutoconfigureTag
4343
{
44+
/**
45+
* @param string|null $alias The alias of the service to use it in routing condition expressions
46+
* @param int $priority Defines a priority that allows the routing condition service to override a service with the same alias
47+
*/
4448
public function __construct(
4549
?string $alias = null,
4650
int $priority = 0,

0 commit comments

Comments
 (0)