Fix phpDoc comment
authorJoshua Rüsweg <josh@bastelstu.be>
Wed, 25 Jul 2018 21:35:31 +0000 (23:35 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Wed, 25 Jul 2018 21:35:31 +0000 (23:35 +0200)
See #2508

wcfsetup/install/files/lib/data/reaction/ReactionAction.class.php

index 1b649ec961565adb22038bdd6b5ee3381386061d..5dc8123bdc41d80c00380c5240f85381ebc412ab 100644 (file)
@@ -190,8 +190,8 @@ class ReactionAction extends AbstractDatabaseObjectAction {
        }
        
        /**
-       * Validates parameters to load reactions.
-       */
+        * Validates parameters to load reactions.
+        */
        public function validateLoad() {
                $this->readInteger('lastLikeTime', true);
                $this->readInteger('userID');