We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbdc1a commit 79f5bccCopy full SHA for 79f5bcc
src/Symfony/Component/Webhook/Subscriber.php
@@ -17,8 +17,7 @@ class Subscriber
17
{
18
public function __construct(
19
private readonly string $url,
20
- #[\SensitiveParameter]
21
- private readonly string $secret,
+ #[\SensitiveParameter] private readonly string $secret,
22
) {
23
if (!$secret) {
24
throw new InvalidArgumentException('A non-empty secret is required.');
0 commit comments