STT & Text processing APIs #317
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
14s
security analysis
25s
eslint
27s
stylelint
30s
Lint-OK
0s
Annotations
11 errors
php-cs (8.1)
Process completed with exit code 1.
|
UndefinedClass:
lib/Controller/SpeechToTextController.php#L21
lib/Controller/SpeechToTextController.php:21:10: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\Service\AppEcosystemV2Service does not exist (see https://psalm.dev/019)
|
UndefinedClass:
lib/Controller/SpeechToTextController.php#L26
lib/Controller/SpeechToTextController.php:26:3: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\Service\AppEcosystemV2Service does not exist (see https://psalm.dev/019)
|
UndefinedClass:
lib/Controller/SpeechToTextController.php#L29
lib/Controller/SpeechToTextController.php:29:23: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\AppInfo\Application does not exist (see https://psalm.dev/019)
|
UndefinedAttributeClass:
lib/Controller/SpeechToTextController.php#L49
lib/Controller/SpeechToTextController.php:49:4: UndefinedAttributeClass: Attribute class OCA\AppEcosystemV2\Attribute\AppEcosystemAuth does not exist (see https://psalm.dev/241)
|
UndefinedClass:
lib/Controller/SpeechToTextController.php#L52
lib/Controller/SpeechToTextController.php:52:12: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\Service\AppEcosystemV2Service does not exist (see https://psalm.dev/019)
|
UndefinedAttributeClass:
lib/Controller/SpeechToTextController.php#L74
lib/Controller/SpeechToTextController.php:74:4: UndefinedAttributeClass: Attribute class OCA\AppEcosystemV2\Attribute\AppEcosystemAuth does not exist (see https://psalm.dev/241)
|
UndefinedClass:
lib/Controller/SpeechToTextController.php#L77
lib/Controller/SpeechToTextController.php:77:12: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\Service\AppEcosystemV2Service does not exist (see https://psalm.dev/019)
|
UndefinedClass:
lib/Controller/TextProcessingController.php#L21
lib/Controller/TextProcessingController.php:21:10: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\Service\AppEcosystemV2Service does not exist (see https://psalm.dev/019)
|
UndefinedClass:
lib/Controller/TextProcessingController.php#L26
lib/Controller/TextProcessingController.php:26:3: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\Service\AppEcosystemV2Service does not exist (see https://psalm.dev/019)
|
UndefinedClass:
lib/Controller/TextProcessingController.php#L29
lib/Controller/TextProcessingController.php:29:23: UndefinedClass: Class, interface or enum named OCA\AppEcosystemV2\AppInfo\Application does not exist (see https://psalm.dev/019)
|