update: comments in xmpp handler

This commit is contained in:
PaperGram 2024-08-18 11:24:31 +02:00
parent 37003d0bcd
commit 6f1f839c49

View File

@ -1,8 +1,8 @@
<?php
/**
* Handles the logic for "email" link type.
*
* Handles the logic for "xmpp" link type.
*
* @param \Illuminate\Http\Request $request The incoming request.
* @param mixed $linkType The link type information.
* @return array The prepared link data.
@ -16,4 +16,4 @@ function handleLinkType($request, $linkType) {
];
return $linkData;
}
}