Skip to content

Commit 58063ee

Browse files
committed
Change optional parameters back to optional.
1 parent 4f9e38b commit 58063ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ final public function setNotifications(SolidNotificationsInterface $notification
9696
//////////////////////////////// PUBLIC API \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
9797

9898
// @TODO: The Graph should be injected by the caller
99-
final public function __construct(Filesystem $filesystem, Response $response, ?Graph $graph)
99+
final public function __construct(Filesystem $filesystem, Response $response, ?Graph $graph = null)
100100
{
101101
$this->basePath = '';
102102
$this->baseUrl = '';

0 commit comments

Comments
 (0)