style: fix php-cs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-11 19:49:01 +02:00
parent 63eb8cf350
commit 6891b80eb2
2 changed files with 0 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ class BoardImportService {
$this->getImportSystem()->updateAcl($code, $acl); $this->getImportSystem()->updateAcl($code, $acl);
} catch (\Exception $e) { } catch (\Exception $e) {
$this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e); $this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e);
} }
} }
$this->getBoard()->setAcl($aclList); $this->getBoard()->setAcl($aclList);

View File

@@ -47,7 +47,6 @@ use Symfony\Component\Console\Output\OutputInterface;
* @group DB * @group DB
*/ */
class ImportExportTest extends \Test\TestCase { class ImportExportTest extends \Test\TestCase {
private IDBConnection $connection; private IDBConnection $connection;
private const TEST_USER1 = 'test-export-user1'; private const TEST_USER1 = 'test-export-user1';
private const TEST_USER3 = 'test-export-user3'; private const TEST_USER3 = 'test-export-user3';