Fix typo in method documentation
authorJoshua Rüsweg <josh@bastelstu.be>
Mon, 16 Oct 2017 19:55:55 +0000 (21:55 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Mon, 16 Oct 2017 19:55:55 +0000 (21:55 +0200)
wcfsetup/install/files/lib/data/object/type/SitemapObjectTypeAction.class.php

index ee029bfb6fbb932232aff718c62067854e51bfdb..0e5b71a9636a1d8f493523dc8f6b730b5281dee2 100644 (file)
@@ -29,7 +29,7 @@ class SitemapObjectTypeAction extends ObjectTypeAction implements IToggleAction
        protected $requireACP = ['toggle'];
        
        /**
-        * @inheritdoc
+        * @inheritDoc
         */
        public function toggle() {
                foreach ($this->getObjects() as $objectEditor) {
@@ -40,7 +40,7 @@ class SitemapObjectTypeAction extends ObjectTypeAction implements IToggleAction
        }
        
        /**
-        * @inheritdoc
+        * @inheritDoc
         */
        public function validateToggle() {
                if (empty($this->objects)) {