Skip to content

Commit

Permalink
Fix some formatting for Novu. Refs: symfony#50414
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-toppy committed Jun 15, 2023
1 parent 0935f1a commit 72a702c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class NovuTransport extends AbstractTransport
protected const HOST = 'web.novu.co';

public function __construct(
#[\SensitiveParameter] protected string $apiKey,
#[\SensitiveParameter]
protected string $apiKey,
HttpClientInterface $client = null,
EventDispatcherInterface $dispatcher = null
) {
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Bridge/Novu/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=8.1",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/notifier": "^6.2.7|^7.0"
"symfony/notifier": "^6.4"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Novu\\": "" },
Expand Down

0 comments on commit 72a702c

Please sign in to comment.