From 6891b80eb2bf9a194398f032df909770a4cfc11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 11 Aug 2023 19:49:01 +0200 Subject: [PATCH] style: fix php-cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/Service/Importer/BoardImportService.php | 1 - tests/integration/import/ImportExportTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Service/Importer/BoardImportService.php b/lib/Service/Importer/BoardImportService.php index b4468b7b7..43677fdc5 100644 --- a/lib/Service/Importer/BoardImportService.php +++ b/lib/Service/Importer/BoardImportService.php @@ -250,7 +250,6 @@ class BoardImportService { $this->getImportSystem()->updateAcl($code, $acl); } catch (\Exception $e) { $this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e); - } } $this->getBoard()->setAcl($aclList); diff --git a/tests/integration/import/ImportExportTest.php b/tests/integration/import/ImportExportTest.php index 7b159b7e9..297b823e7 100644 --- a/tests/integration/import/ImportExportTest.php +++ b/tests/integration/import/ImportExportTest.php @@ -47,7 +47,6 @@ use Symfony\Component\Console\Output\OutputInterface; * @group DB */ class ImportExportTest extends \Test\TestCase { - private IDBConnection $connection; private const TEST_USER1 = 'test-export-user1'; private const TEST_USER3 = 'test-export-user3';