Remove superfluous method description
authorjoshuaruesweg <ruesweg@woltlab.com>
Mon, 21 Feb 2022 15:47:38 +0000 (16:47 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Mon, 21 Feb 2022 15:47:38 +0000 (16:47 +0100)
wcfsetup/install/files/lib/data/poll/PollAction.class.php

index 55d5c4cfc7bdb0b428e107c984e5dffca8bbd071..0bbf5c47d28a06db0d7dd7b5e9a85806dd2d7f99 100644 (file)
@@ -264,8 +264,6 @@ class PollAction extends AbstractDatabaseObjectAction implements IGroupedUserLis
     }
 
     /**
-     * Validates the 'getResultTemplate' method.
-     *
      * @throws UserInputException If not exactly one valid poll is given.
      * @throws PermissionDeniedException If the current user cannot see the result of the poll.
      * @since  5.5
@@ -285,8 +283,6 @@ class PollAction extends AbstractDatabaseObjectAction implements IGroupedUserLis
     }
 
     /**
-     * Returns the result template for a specific poll.
-     *
      * @since  5.5
      */
     public function getResultTemplate(): array
@@ -301,8 +297,6 @@ class PollAction extends AbstractDatabaseObjectAction implements IGroupedUserLis
     }
 
     /**
-     * Validates the 'getVoteTemplate' method.
-     *
      * @throws UserInputException If not exactly one valid poll is given.
      * @throws PermissionDeniedException If the current user cannot vote the poll.
      * @since  5.5
@@ -322,8 +316,6 @@ class PollAction extends AbstractDatabaseObjectAction implements IGroupedUserLis
     }
 
     /**
-     * Returns the result template for a specific poll.
-     *
      * @since  5.5
      */
     public function getVoteTemplate(): array