From 9008bee55840f63c2ef63f0c6a4d9350300abdaf Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Thu, 29 Apr 2021 17:42:31 +0100 Subject: [PATCH] [Embed] Add docblock to handle function to pass pre-commit hook --- plugins/Embed/Controller/Embed.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/Embed/Controller/Embed.php b/plugins/Embed/Controller/Embed.php index 4e228245d2..5a7b3494f8 100644 --- a/plugins/Embed/Controller/Embed.php +++ b/plugins/Embed/Controller/Embed.php @@ -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');