Skip to content

Commit

Permalink
fix(26606): Correct test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Jan 31, 2025
1 parent e76e70b commit 05cadc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Services/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(
DocumentManager $documentManager,
YoutubeConfigurationService $youtubeConfigurationService,
TagService $tagService,
SenderService $senderService = null,
?SenderService $senderService = null,
LoggerInterface $logger,
RouterInterface $router,
TranslatorInterface $translator,
Expand Down
2 changes: 1 addition & 1 deletion Services/VideoDataValidationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(
YoutubeConfigurationService $youtubeConfigurationService,
JobService $jobService,
TagService $tagService,
OpencastService $opencastService = null,
?OpencastService $opencastService = null,
RouterInterface $router,
TranslatorInterface $translator,
LoggerInterface $logger,
Expand Down

0 comments on commit 05cadc0

Please sign in to comment.