From: Cyperghost Date: Thu, 4 Jan 2024 09:43:35 +0000 (+0100) Subject: Run cs-fixer X-Git-Tag: 6.0.7~1^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6f39292869ed834d191763ec749a77cc95ae4bf;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Run cs-fixer --- diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index 4dcb8ed..e91b177 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -3051,6 +3051,7 @@ final class WBB4xExporter extends AbstractExporter if (\version_compare($this->getPackageVersion('com.woltlab.filebase'), '2.1.0 Alpha 1', '>=')) { return $this->__getMaxID("filebase" . $this->dbNo . "_license", 'licenseID'); } + return 0; }