[Embed] Add docblock to handle function to pass pre-commit hook

This commit is contained in:
Diogo Peralta Cordeiro 2021-04-29 17:42:31 +01:00 committed by Hugo Sales
parent 88e5cec8fc
commit 9008bee558
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ use Symfony\Component\HttpFoundation\Request;
*/
class Embed extends Controller
{
/**
* Handle OEmbed server requests
*
* @param Request $request
*/
protected function handle(Request $request)
{
$url = $this->trimmed('url');