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');