Fix return type in sitemap object type interface
authorJoshua Rüsweg <josh@bastelstu.be>
Mon, 4 Sep 2017 16:50:50 +0000 (18:50 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Mon, 4 Sep 2017 16:51:26 +0000 (18:51 +0200)
wcfsetup/install/files/lib/system/sitemap/object/ISitemapObjectObjectType.class.php

index b54db35b62abaa509669d3ca56e49e951aa37794..375a30d7e75135db052a3b21557bccdf1e594b87 100755 (executable)
@@ -1,6 +1,7 @@
 <?php
 namespace wcf\system\sitemap\object;
 use wcf\data\DatabaseObject;
+use wcf\data\DatabaseObjectList;
 
 /**
  * Interface for sitemap objects.
@@ -29,7 +30,7 @@ interface ISitemapObjectObjectType {
        /**
         * Returns the DatabaseObjectList for the sitemap object.
         *
-        * @return      string
+        * @return      DatabaseObjectList
         */
        public function getObjectList();