💡 N°5906 N°4756 add missing @since pdpdoc tags

This commit is contained in:
Pierre Goiffon
2023-03-30 15:28:33 +02:00
parent c975affecf
commit ca7a920498
3 changed files with 24 additions and 2 deletions

View File

@@ -6045,6 +6045,8 @@ JS
* Check if the event EVENT_DB_LINKS_CHANGED is blocked or not (for bulk operations)
*
* @return bool
*
* @since 3.1.0 N°5906
*/
final public static function IsEventDBLinksChangedBlocked(): bool
{
@@ -6055,6 +6057,8 @@ JS
* Block/unblock the event EVENT_DB_LINKS_CHANGED (the registration of objects on links modifications continues to work)
*
* @param bool $bBlockEventDBLinksChanged
*
* @since 3.1.0 N°5906
*/
final public static function SetEventDBLinksChangedBlocked(bool $bBlockEventDBLinksChanged): void
{