Skip to content
Snippets Groups Projects
Commit 6d37b3eb authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[TASK] Add missing PHPDoc for indexAction

parent 0a126f51
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,11 @@ class YoutubeController extends ActionController {
$this->youtubeService = $youtubeService;
}
/**
* Renders the Youtube video view
*
* @return void
*/
public function indexAction() {
$id = $this->settings['id'];
$maxResults = (string) $this->settings['maxResults'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment