Skip to content

Commit ca63099

Browse files
committed
remove public
1 parent cc872e8 commit ca63099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/symfony/service-contracts/Attribute/SubscribedService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class SubscribedService
2727
* If null, use "ClassName::methodName"
2828
*/
2929
public function __construct(
30-
public ?string $key = null
30+
string $key = null
3131
) {
3232
}
3333
}

0 commit comments

Comments
 (0)