Declarative Settings API #533
Annotations
10 errors
lib/AppInfo/Application.php#L68
lib/AppInfo/Application.php:68:13: UndefinedInterfaceMethod: Method OCP\AppFramework\Bootstrap\IRegistrationContext::registerDeclarativeSettings does not exist (see https://psalm.dev/181)
|
lib/AppInfo/Application.php#L68
lib/AppInfo/Application.php:68:41: MissingDependency: OCA\AppAPI\DeclarativeSettings\DeclarativeSettingsForm depends on class or interface ocp\settings\ideclarativesettingsform that does not exist (see https://psalm.dev/157)
|
lib/AppInfo/Application.php#L69
lib/AppInfo/Application.php:69:76: InvalidArgument: Argument 2 of OCP\AppFramework\Bootstrap\IRegistrationContext::registerEventListener expects class-string<OCP\EventDispatcher\IEventListener<OCP\EventDispatcher\Event>>, but OCA\AppAPI\Listener\DeclarativeSettings\GetValueListener::class provided (see https://psalm.dev/004)
|
lib/AppInfo/Application.php#L70
lib/AppInfo/Application.php:70:76: InvalidArgument: Argument 2 of OCP\AppFramework\Bootstrap\IRegistrationContext::registerEventListener expects class-string<OCP\EventDispatcher\IEventListener<OCP\EventDispatcher\Event>>, but OCA\AppAPI\Listener\DeclarativeSettings\SetValueListener::class provided (see https://psalm.dev/004)
|
lib/DeclarativeSettings/DeclarativeSettingsForm.php#L9
lib/DeclarativeSettings/DeclarativeSettingsForm.php:9:42: UndefinedClass: Class, interface or enum named OCP\Settings\IDeclarativeSettingsForm does not exist (see https://psalm.dev/019)
|
lib/Listener/DeclarativeSettings/GetValueListener.php#L17
lib/Listener/DeclarativeSettings/GetValueListener.php:17:7: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCP\Settings\GetDeclarativeSettingsValueEvent does not exist (see https://psalm.dev/200)
|
lib/Listener/DeclarativeSettings/GetValueListener.php#L17
lib/Listener/DeclarativeSettings/GetValueListener.php:17:35: InvalidTemplateParam: Extended template param T expects type OCP\EventDispatcher\Event, type OCP\Settings\GetDeclarativeSettingsValueEvent given (see https://psalm.dev/183)
|
lib/Listener/DeclarativeSettings/GetValueListener.php#L23
lib/Listener/DeclarativeSettings/GetValueListener.php:23:31: ImplementedParamTypeMismatch: Argument 1 of OCA\AppAPI\Listener\DeclarativeSettings\GetValueListener::handle has wrong type 'OCP\EventDispatcher\Event', expecting 'OCP\Settings\GetDeclarativeSettingsValueEvent' as defined by OCP\EventDispatcher\IEventListener::handle (see https://psalm.dev/199)
|
lib/Listener/DeclarativeSettings/GetValueListener.php#L24
lib/Listener/DeclarativeSettings/GetValueListener.php:24:26: UndefinedClass: Class, interface or enum named OCP\Settings\GetDeclarativeSettingsValueEvent does not exist (see https://psalm.dev/019)
|
lib/Listener/DeclarativeSettings/SetValueListener.php#L16
lib/Listener/DeclarativeSettings/SetValueListener.php:16:7: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCP\Settings\SetDeclarativeSettingsValueEvent does not exist (see https://psalm.dev/200)
|
The logs for this run have expired and are no longer available.
Loading