Add missing throw tag in method documentations
authorMatthias Schmidt <gravatronics@live.com>
Sat, 28 Dec 2019 16:24:29 +0000 (17:24 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 28 Dec 2019 16:24:29 +0000 (17:24 +0100)
wcfsetup/install/files/lib/system/language/I18nHandler.class.php
wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php

index 706fa0a7183175be448554168063ab9dbc4a32ba..1c10ec3b3cfbe2cef19d69de464a6664e808e235 100644 (file)
@@ -96,6 +96,7 @@ class I18nHandler extends SingletonFactory {
         * Reads plain and i18n values from request data.
         * 
         * @param       array|null      $requestData    used request data (if `null`, `$_POST` is used)
+        * @throws      SystemException
         */
        public function readValues(array $requestData = null) {
                if ($requestData === null) {
index 0a71af9f75bcd17169f3e15a6d16889f5e736bd2..7d5ad8ef91c97bef3bc8936dac9b9785599c8e4d 100644 (file)
@@ -292,6 +292,7 @@ class ReactionHandler extends SingletonFactory {
         * @param       integer         $reactionTypeID
         * @param       integer         $time
         * @return      array
+        * @throws      DatabaseQueryException
         */
        public function react(ILikeObject $likeable, User $user, $reactionTypeID, $time = TIME_NOW) {
                // verify if object is already liked by user