Update for PHP CS Fixer 3.9.2
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 12 Jul 2022 09:35:29 +0000 (11:35 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 12 Jul 2022 09:35:29 +0000 (11:35 +0200)
files/lib/system/exporter/PhpBB31xExporter.class.php
files/lib/system/exporter/PhpBB3xExporter.class.php

index 1fa57f893287741cd893396ed2e1b9434e0bb9dc..d3a07b9a8bbaef5997d71afc17afdc9433dc2047 100644 (file)
@@ -290,7 +290,6 @@ class PhpBB31xExporter extends AbstractExporter
                 case 6:
                     // BOTS
                     continue 2;
-                break;
                 default:
                     $groupType = UserGroup::OTHER;
                     break;
index a9f73de152f204a732940ac7407ca54bec9d75db..9f4d8f355fc9c3c31fb564a1e16148a9f6139af3 100644 (file)
@@ -275,7 +275,6 @@ class PhpBB3xExporter extends AbstractExporter
                 case 6:
                     // BOTS
                     continue 2;
-                break;
                 default:
                     $groupType = UserGroup::OTHER;
                     break;