Speech-To-Text API implementation with custom ProviderID using anonymous classes #599
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Matrix: php-cs
Matrix: php-lint
Matrix: php-psalm-analysis
info.xml lint
8s
security analysis
17s
eslint
29s
stylelint
25s
Lint-OK
0s
Annotations
5 errors
php-cs (8.1)
Process completed with exit code 1.
|
UndefinedClass:
lib/Service/SpeechToTextService.php#L112
lib/Service/SpeechToTextService.php:112:98: UndefinedClass: Class, interface or enum named OCP\SpeechToText\ISpeechToTextProviderWithId does not exist (see https://psalm.dev/019)
|
MissingDependency:
lib/Service/SpeechToTextService.php#L113
lib/Service/SpeechToTextService.php:113:14: MissingDependency: _home_runner_work_app_api_app_api_lib_Service_SpeechToTextService_php_113_4020 depends on class or interface ocp\speechtotext\ispeechtotextproviderwithid that does not exist (see https://psalm.dev/157)
|
UndefinedClass:
lib/Service/SpeechToTextService.php#L113
lib/Service/SpeechToTextService.php:113:82: UndefinedClass: Class, interface or enum named OCP\SpeechToText\ISpeechToTextProviderWithId does not exist (see https://psalm.dev/019)
|
php-psalm-analysis (8.1)
Process completed with exit code 2.
|