diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html
index c67c5b076e..a0c0aec73f 100644
--- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html
+++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html
@@ -42758,7 +42758,7 @@
- public __construct(mixed $identifier[, Exception $previous = null ])
+ public __construct(mixed $identifier[, Exception|null $previous = null ])
|
@@ -42808,7 +42808,7 @@ Parameters
$previous
- Exception
+ Exception|null
|
null
diff --git a/docs/api/php_api/php_api_reference/js/searchIndex.js b/docs/api/php_api/php_api_reference/js/searchIndex.js
index 8b20d50d7a..32611784fb 100644
--- a/docs/api/php_api/php_api_reference/js/searchIndex.js
+++ b/docs/api/php_api/php_api_reference/js/searchIndex.js
@@ -12225,6 +12225,11 @@ Search.appendIndex(
"name": "updateNotification",
"summary": "Update\u0020Notification\u0020ValueObject\u0020in\u0020persistent\u0020storage.",
"url": "classes/Ibexa-Contracts-Core-Persistence-Notification-Handler.html#method_updateNotification"
+ }, {
+ "fqsen": "\\Ibexa\\Contracts\\Core\\Persistence\\Notification\\Handler\u003A\u003AbulkUpdateUserNotifications\u0028\u0029",
+ "name": "bulkUpdateUserNotifications",
+ "summary": "",
+ "url": "classes/Ibexa-Contracts-Core-Persistence-Notification-Handler.html#method_bulkUpdateUserNotifications"
}, {
"fqsen": "\\Ibexa\\Contracts\\Core\\Persistence\\Notification\\Handler\u003A\u003AcountPendingNotifications\u0028\u0029",
"name": "countPendingNotifications",
@@ -14095,6 +14100,11 @@ Search.appendIndex(
"name": "getNotification",
"summary": "Load\u0020single\u0020notification\u0020\u0028by\u0020ID\u0029.",
"url": "classes/Ibexa-Contracts-Core-Repository-Decorator-NotificationServiceDecorator.html#method_getNotification"
+ }, {
+ "fqsen": "\\Ibexa\\Contracts\\Core\\Repository\\Decorator\\NotificationServiceDecorator\u003A\u003AmarkUserNotificationsAsRead\u0028\u0029",
+ "name": "markUserNotificationsAsRead",
+ "summary": "",
+ "url": "classes/Ibexa-Contracts-Core-Repository-Decorator-NotificationServiceDecorator.html#method_markUserNotificationsAsRead"
}, {
"fqsen": "\\Ibexa\\Contracts\\Core\\Repository\\Decorator\\NotificationServiceDecorator\u003A\u003AmarkNotificationAsRead\u0028\u0029",
"name": "markNotificationAsRead",
@@ -20975,6 +20985,11 @@ Search.appendIndex(
"name": "getNotification",
"summary": "Load\u0020single\u0020notification\u0020\u0028by\u0020ID\u0029.",
"url": "classes/Ibexa-Contracts-Core-Repository-NotificationService.html#method_getNotification"
+ }, {
+ "fqsen": "\\Ibexa\\Contracts\\Core\\Repository\\NotificationService\u003A\u003AmarkUserNotificationsAsRead\u0028\u0029",
+ "name": "markUserNotificationsAsRead",
+ "summary": "",
+ "url": "classes/Ibexa-Contracts-Core-Repository-NotificationService.html#method_markUserNotificationsAsRead"
}, {
"fqsen": "\\Ibexa\\Contracts\\Core\\Repository\\NotificationService\u003A\u003AmarkNotificationAsRead\u0028\u0029",
"name": "markNotificationAsRead",
|