From e5d11b4af70f2c3e2b58d76ace624a2616a5e86a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 12 Jul 2022 11:35:29 +0200 Subject: [PATCH] Update for PHP CS Fixer 3.9.2 --- files/lib/system/exporter/PhpBB31xExporter.class.php | 1 - files/lib/system/exporter/PhpBB3xExporter.class.php | 1 - 2 files changed, 2 deletions(-) diff --git a/files/lib/system/exporter/PhpBB31xExporter.class.php b/files/lib/system/exporter/PhpBB31xExporter.class.php index 1fa57f8..d3a07b9 100644 --- a/files/lib/system/exporter/PhpBB31xExporter.class.php +++ b/files/lib/system/exporter/PhpBB31xExporter.class.php @@ -290,7 +290,6 @@ class PhpBB31xExporter extends AbstractExporter case 6: // BOTS continue 2; - break; default: $groupType = UserGroup::OTHER; break; diff --git a/files/lib/system/exporter/PhpBB3xExporter.class.php b/files/lib/system/exporter/PhpBB3xExporter.class.php index a9f73de..9f4d8f3 100644 --- a/files/lib/system/exporter/PhpBB3xExporter.class.php +++ b/files/lib/system/exporter/PhpBB3xExporter.class.php @@ -275,7 +275,6 @@ class PhpBB3xExporter extends AbstractExporter case 6: // BOTS continue 2; - break; default: $groupType = UserGroup::OTHER; break; -- 2.20.1