Replace @see tags with @inheritDoc tags
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / package / FilesFileHandler.class.php
index e681a0f229b9fe12e7a7bbdcc6ff3d444cbfcb04..7481c3b328b41b91a63d35dab92cc2322584d7af 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
  */
 class FilesFileHandler extends PackageInstallationFileHandler {
        /**
-        * @see \wcf\system\setup\IFileHandler::checkFiles()
+        * @inheritDoc
         */
        public function checkFiles(array $files) {
                if ($this->packageInstallation->getPackage()->package != 'com.woltlab.wcf') {
@@ -54,7 +54,7 @@ class FilesFileHandler extends PackageInstallationFileHandler {
        }
        
        /**
-        * @see \wcf\system\setup\IFileHandler::logFiles()
+        * @inheritDoc
         */
        public function logFiles(array $files) {
                if (empty($files)) {