Skip to content

Commit c866a3f

Browse files
[FrameworkBundle][RemoteEvent][Routing][Scheduler] Add PHPDoc to attributes properties
1 parent fa492cd commit c866a3f

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)