Housekeeping
authorAlexander Ebert <ebert@woltlab.com>
Sat, 12 Jan 2019 17:35:03 +0000 (18:35 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 12 Jan 2019 17:35:03 +0000 (18:35 +0100)
wcfsetup/install/files/lib/page/CombinedTaggedPage.class.php
wcfsetup/install/files/lib/system/option/OptionHandler.class.php

index 723fb21b832b26be0ce3e8f9d7b93b0c94e02ecf..00b83269d2c25663e0ec0c14630fd358ab3709eb 100644 (file)
@@ -19,6 +19,7 @@ use wcf\util\StringUtil;
  * @copyright   2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package     WoltLabSuite\Core\Page
+ * @since       5.2
  */
 class CombinedTaggedPage extends MultipleLinkPage {
        /**
index dc951fb0b6dcc425608e6a26284d3e1acccdf000..476e9a2505aed254612d5b1813ba34b3f21b06f3 100644 (file)
@@ -289,7 +289,7 @@ class OptionHandler implements IOptionHandler {
         * 
         * @param string $optionName
         * @return array
-        * @since 3.2
+        * @since 5.2
         */
        public function getSingleOption($optionName) {
                return $this->getOption($optionName);