/**
- * Promise-based API to interact with PSR-7 controllers.
+ * Promise-based API to interact with PSR-15 controllers.
*
* @author Alexander Ebert
* @copyright 2001-2022 WoltLab GmbH
/**
- * Promise-based API to use the Form Builder API with PSR-7 controllers.
+ * Promise-based API to use the Form Builder API with PSR-15 controllers.
*
* @author Alexander Ebert
* @copyright 2001-2022 WoltLab GmbH
/**
- * Promise-based API to interact with PSR-7 controllers.
+ * Promise-based API to interact with PSR-15 controllers.
*
* @author Alexander Ebert
* @copyright 2001-2022 WoltLab GmbH
/**
- * Promise-based API to use the Form Builder API with PSR-7 controllers.
+ * Promise-based API to use the Form Builder API with PSR-15 controllers.
*
* @author Alexander Ebert
* @copyright 2001-2022 WoltLab GmbH
);
// The notification link can be `null` (e.g. for some moderation notifications).
- // This would trigger an exception further in the code, because the PSR7 redirect response
+ // This would trigger an exception further in the code, because Laminas' RedirectResponse
// expect a real URL. For this reason, we rewrite `null` with a link to the NotificationListPage.
$link = $notificationEvent->getLink();
if ($link === null) {