8000 Fix some formatting for Novu. Refs: symfony#50414 · symfony/symfony@72a702c · GitHub
[go: up one dir, main page]

Skip to content

Commit 72a702c

Browse files
committed
Fix some formatting for Novu. Refs: #50414
1 parent 0935f1a commit 72a702c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class NovuTransport extends AbstractTransport
2929
protected const HOST = 'web.novu.co';
3030

3131
public function __construct(
32-
#[\SensitiveParameter] protected string $apiKey,
32+
#[\SensitiveParameter]
33+
protected string $apiKey,
3334
HttpClientInterface $client = null,
3435
EventDispatcherInterface $dispatcher = null
3536
) {

src/Symfony/Component/Notifier/Bridge/Novu/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"symfony/http-client": "^5.4|^6.0|^7.0",
21-
"symfony/notifier": "^6.2.7|^7.0"
21+
"symfony/notifier": "^6.4"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Novu\\": "" },

0 commit comments

Comments
 (0)
0