Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[TASK] minor phpdoc correction
  • Loading branch information
jpmschuler committed May 13, 2022
1 parent 09bb82d commit 930fe14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Controller/Frontend/FrontendController.php
Expand Up @@ -114,7 +114,8 @@ public function renderContent($content, $conf)
* @param string $table Table name, either "pages" or "tt_content".
*
* @return string HTML output.
* @throws \RuntimeException|\Exception
* @throws ContentElementWithoutMapException
* @throws \Exception
*
*/
public function renderElement($row, $table, array $conf)
Expand Down

0 comments on commit 930fe14

Please sign in to comment.