summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-04-11 15:21:08 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-04-11 15:21:08 +0200
commit1833d932ef39bb77f59cee17f194fef7d768a67c (patch)
treec768fd14b1dce5c83e1b4e84cf073d4b18c7a4cc /lib/public
parenta9b5d1f9da92c105f8998455ec1a4ab304ae60ef (diff)
downloadnextcloud-server-1833d932ef39bb77f59cee17f194fef7d768a67c.tar.gz
nextcloud-server-1833d932ef39bb77f59cee17f194fef7d768a67c.zip
chore(coding style): Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/SpeechToText/Events/TranscriptionFinishedEvent.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/SpeechToText/Events/TranscriptionFinishedEvent.php b/lib/public/SpeechToText/Events/TranscriptionFinishedEvent.php
index 376859afd1c..245ccd413e9 100644
--- a/lib/public/SpeechToText/Events/TranscriptionFinishedEvent.php
+++ b/lib/public/SpeechToText/Events/TranscriptionFinishedEvent.php
@@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event;
* @since 27.0.0
*/
class TranscriptionFinishedEvent extends Event {
-
/**
* @since 27.0.0
*/