Feat/file conversion provider #4136
psalm.yml
on: pull_request
static-psalm-analysis
1m 17s
Annotations
4 errors
UndefinedInterfaceMethod:
lib/AppInfo/Application.php#L85
lib/AppInfo/Application.php:85:13: UndefinedInterfaceMethod: Method OCP\AppFramework\Bootstrap\IRegistrationContext::registerFileConversionProvider does not exist (see https://psalm.dev/181)
|
MissingDependency:
lib/AppInfo/Application.php#L85
lib/AppInfo/Application.php:85:44: MissingDependency: OCA\Richdocuments\Conversion\ConversionProvider depends on class or interface ocp\files\conversion\iconversionprovider that does not exist (see https://psalm.dev/157)
|
UndefinedClass:
lib/Conversion/ConversionProvider.php#L18
lib/Conversion/ConversionProvider.php:18:37: UndefinedClass: Class, interface or enum named OCP\Files\Conversion\IConversionProvider does not exist (see https://psalm.dev/019)
|
static-psalm-analysis
Process completed with exit code 2.
|