Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-09-09 13:08:31 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-09-09 13:08:31 +0300
commitce34de48a6753d19ed7ed2eb3782efa25117cc77 (patch)
treef25421f609f037f0dc82bc1da7bb7099ccc0095d /tests
parent5f4a0106746d1d5c9385f7bb4f0ed060ae90c1d2 (diff)
fix code style
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/OperationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/OperationTest.php b/tests/OperationTest.php
index 657c6da..6b2c223 100644
--- a/tests/OperationTest.php
+++ b/tests/OperationTest.php
@@ -39,7 +39,6 @@ use PHPUnit\Framework\MockObject\MockObject;
use Test\TestCase;
class OperationTest extends TestCase {
-
/** @var ISystemTagObjectMapper|MockObject */
protected $objectMapper;
/** @var ISystemTagManager|MockObject */