diff --git a/src/Server.php b/src/Server.php index ba751ee..5965c26 100644 --- a/src/Server.php +++ b/src/Server.php @@ -59,7 +59,7 @@ class Server private $filesystem; /** @var Graph */ private $graph; - /** @var SolidNotificationInterface */ + /** @var SolidNotificationsInterface */ private $notifications; /** @var Response */ private $response;