Skip to content

Commit 2642546

Browse files
committed
fix: Address review comment
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 2c9e637 commit 2642546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Service/SystemTagService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public function getAiTag() {
3333
}
3434

3535
/**
36-
* @param string|list<string> $fileId
36+
* @param string $fileId
3737
* @return void
3838
* @throws TagNotFoundException
3939
*/
40-
public function assignAiTagToFile(string|array $fileId) {
40+
public function assignAiTagToFile(string $fileId) {
4141
$this->systemTagObjectMapper->assignTags($fileId, 'files', $this->getAiTag()->getId());
4242
}
4343
}

0 commit comments

Comments
 (0)