]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/PostUpdate.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Database / PostUpdate.php
index 9329e31cac1bf53174ae69e5be64774853b852aa..a5bdcdeadd6c84653c03341d18cdb9533efae9ec 100644 (file)
@@ -43,6 +43,7 @@ class PostUpdate
         * @brief Updates the "global" field in the item table
         *
         * @return bool "true" when the job is done
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function update1194()
        {
@@ -113,6 +114,7 @@ class PostUpdate
         * This field avoids cost intensive calls in the admin panel and in "nodeinfo"
         *
         * @return bool "true" when the job is done
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function update1206()
        {
@@ -145,6 +147,8 @@ class PostUpdate
         * @brief update the item related tables
         *
         * @return bool "true" when the job is done
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
+        * @throws \ImagickException
         */
        private static function update1279()
        {
@@ -295,6 +299,7 @@ class PostUpdate
         * @brief update item-uri data. Prerequisite for the next item structure update.
         *
         * @return bool "true" when the job is done
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function update1281()
        {