Browse Source
fix(CI): Fix Psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9326/head
Joas Schilling
3 years ago
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
2 changed files with
4 additions and
3 deletions
-
lib/Recording/Listener.php
-
tests/psalm-baseline.xml
|
|
@ -37,7 +37,7 @@ use OCP\SpeechToText\Events\TranscriptionFailedEvent; |
|
|
|
use OCP\SpeechToText\Events\TranscriptionSuccessfulEvent; |
|
|
|
|
|
|
|
/** |
|
|
|
* @template-implements IEventListener<AbstractTranscriptionEvent> |
|
|
|
* @template-implements IEventListener<Event> |
|
|
|
*/ |
|
|
|
class Listener implements IEventListener { |
|
|
|
public function __construct( |
|
|
|
|
|
@ -209,7 +209,7 @@ |
|
|
|
</file> |
|
|
|
<file src="lib/Migration/Version2001Date20170707115443.php"> |
|
|
|
<InvalidArrayAccess> |
|
|
|
<code>$return['num_rooms']</code> |
|
|
|
<code><![CDATA[$return['num_rooms']]]></code> |
|
|
|
</InvalidArrayAccess> |
|
|
|
</file> |
|
|
|
<file src="lib/Notification/Notifier.php"> |
|
|
@ -238,11 +238,12 @@ |
|
|
|
<file src="lib/Service/RecordingService.php"> |
|
|
|
<UndefinedClass> |
|
|
|
<code>NoUserException</code> |
|
|
|
<code>NoUserException</code> |
|
|
|
</UndefinedClass> |
|
|
|
</file> |
|
|
|
<file src="lib/Share/Listener.php"> |
|
|
|
<InvalidArgument> |
|
|
|
<code>[self::class, 'listenPreShare']</code> |
|
|
|
<code><![CDATA[[self::class, 'listenPreShare']]]></code> |
|
|
|
</InvalidArgument> |
|
|
|
<UndefinedClass> |
|
|
|
<code><![CDATA[$event->getView()]]></code> |
|
|
|