Skip to content

Commit

Permalink
Apply formatting (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Apr 2, 2024
1 parent a6213e6 commit 0c0e892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MicrosoftGraphTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class MicrosoftGraphTransport extends AbstractTransport
{
public function __construct(
protected MicrosoftGraphApiService $microsoftGraphApiService,
EventDispatcherInterface $dispatcher = null,
LoggerInterface $logger = null)
{
?EventDispatcherInterface $dispatcher = null,
?LoggerInterface $logger = null
) {
parent::__construct($dispatcher, $logger);
}

Expand Down

0 comments on commit 0c0e892

Please sign in to comment.