summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-04-18 15:47:45 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-04-18 16:24:06 +0200
commitce651e53b9f5e8942b73505eba2f0f3b55dade6d (patch)
tree0b84ce67947eb5dbc92c2a6352a95d57abc4a694 /lib
parent9649f91892beaf663c5615a2cffdc6a8d5a5a1a7 (diff)
downloadnextcloud-server-ce651e53b9f5e8942b73505eba2f0f3b55dade6d.tar.gz
nextcloud-server-ce651e53b9f5e8942b73505eba2f0f3b55dade6d.zip
Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/SpeechToText/Events/TranscriptionFailedEvent.php1
-rw-r--r--lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php b/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php
index e9a096cfb83..c29f276596e 100644
--- a/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php
+++ b/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php
@@ -33,7 +33,6 @@ use OCP\Files\File;
* @since 27.0.0
*/
class TranscriptionFailedEvent extends AbstractTranscriptionEvent {
-
/**
* @since 27.0.0
*/
diff --git a/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php b/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php
index 66e24b0566d..599e98a47be 100644
--- a/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php
+++ b/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php
@@ -33,7 +33,6 @@ use OCP\Files\File;
* @since 27.0.0
*/
class TranscriptionSuccessfulEvent extends AbstractTranscriptionEvent {
-
/**
* @since 27.0.0
*/