]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget/CalendarExport.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Content / Widget / CalendarExport.php
index 8d9309a5bd4a3ccfb787f2663919fa09478c997b..120af99d00f98e439924e4afc7b1e05fe5086772 100644 (file)
@@ -21,6 +21,7 @@ class CalendarExport
         * @brief Get the events widget.
         *
         * @return string Formated HTML of the calendar widget.
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function getHTML() {
                $a = \get_app();