diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-04-18 15:47:45 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2023-04-18 16:24:06 +0200 |
commit | ce651e53b9f5e8942b73505eba2f0f3b55dade6d (patch) | |
tree | 0b84ce67947eb5dbc92c2a6352a95d57abc4a694 /lib | |
parent | 9649f91892beaf663c5615a2cffdc6a8d5a5a1a7 (diff) | |
download | nextcloud-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.php | 1 | ||||
-rw-r--r-- | lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php | 1 |
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 */ |