summaryrefslogtreecommitdiffstats
path: root/lib/Service
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/BlurService.php1
-rw-r--r--lib/Service/CacheDocumentService.php2
-rw-r--r--lib/Service/DocumentService.php1
-rw-r--r--lib/Service/StreamService.php7
4 files changed, 0 insertions, 11 deletions
diff --git a/lib/Service/BlurService.php b/lib/Service/BlurService.php
index 6d1c241a..139aaa86 100644
--- a/lib/Service/BlurService.php
+++ b/lib/Service/BlurService.php
@@ -33,7 +33,6 @@ use GdImage;
use kornrunner\Blurhash\Blurhash;
class BlurService {
-
public function __construct() {
}
diff --git a/lib/Service/CacheDocumentService.php b/lib/Service/CacheDocumentService.php
index a1365196..4f8f0c04 100644
--- a/lib/Service/CacheDocumentService.php
+++ b/lib/Service/CacheDocumentService.php
@@ -219,8 +219,6 @@ class CacheDocumentService {
/**
* @param string $content
- *
- * @return string
*/
private function resizeImage(Document $document, string &$content): void {
try {
diff --git a/lib/Service/DocumentService.php b/lib/Service/DocumentService.php
index 4e4de938..0b1cf72c 100644
--- a/lib/Service/DocumentService.php
+++ b/lib/Service/DocumentService.php
@@ -244,7 +244,6 @@ class DocumentService {
public function getByLocalId(int $id, string &$mimeType = '', bool $public = false): ISimpleFile {
-
}
diff --git a/lib/Service/StreamService.php b/lib/Service/StreamService.php
index 7a3704e2..a41ff8cd 100644
--- a/lib/Service/StreamService.php
+++ b/lib/Service/StreamService.php
@@ -282,13 +282,6 @@ class StreamService {
}
- /**
- * @param Note $note
- * @param Document[] $documents
- */
- public function addAttachments(Note $note, array $documents) {
- $note->setAttachments($documents);
- }
/**