Skip to content

Commit 0c0e892

Browse files
authored
Apply formatting (#21)
1 parent a6213e6 commit 0c0e892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MicrosoftGraphTransport.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class MicrosoftGraphTransport extends AbstractTransport
1818
{
1919
public function __construct(
2020
protected MicrosoftGraphApiService $microsoftGraphApiService,
21-
EventDispatcherInterface $dispatcher = null,
22-
LoggerInterface $logger = null)
23-
{
21+
?EventDispatcherInterface $dispatcher = null,
22+
?LoggerInterface $logger = null
23+
) {
2424
parent::__construct($dispatcher, $logger);
2525
}
2626

0 commit comments

Comments
 (0)