Skip to content

Add support for Nextcloud 28 and PHP 8.3 #322

Add support for Nextcloud 28 and PHP 8.3

Add support for Nextcloud 28 and PHP 8.3 #322

Triggered via pull request November 6, 2023 23:29
Status Failure
Total duration 26s
Artifacts

static-analysis.yml

on: pull_request
Matrix: static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

51 errors
Nextcloud dev-stable24 on PHP 8.0
Process completed with exit code 1.
Nextcloud dev-stable28 on PHP 8.2
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable28 on PHP 8.1
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable28 on PHP 8.0
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable27 on PHP 8.3
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable27 on PHP 8.2
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable28 on PHP 8.3
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable27 on PHP 8.1
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable26 on PHP 8.3
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable26 on PHP 8.2
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable27 on PHP 8.0
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable25 on PHP 8.3
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable26 on PHP 8.1
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable25 on PHP 8.1
The job was canceled because "dev-stable24_8_0" failed.
PossiblyUnusedMethod: lib/AppInfo/Application.php#L33
lib/AppInfo/Application.php:33:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\AppInfo\Application::__construct (see https://psalm.dev/087)
Nextcloud dev-master on PHP 8.3
The job was canceled because "dev-stable24_8_0" failed.
UnusedClass: lib/Controller/SettingsController.php#L39
lib/Controller/SettingsController.php:39:7: UnusedClass: Class OCA\TwoFactorEmail\Controller\SettingsController is never used (see https://psalm.dev/075)
Nextcloud dev-master on PHP 8.3
The operation was canceled.
UnusedVariable: lib/Controller/SettingsController.php#L66
lib/Controller/SettingsController.php:66:4: UnusedVariable: $state is never referenced or the value is not used (see https://psalm.dev/077)
PossiblyUnusedMethod: lib/Provider/Email.php#L50
lib/Provider/Email.php:50:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Provider\Email::__construct (see https://psalm.dev/087)
PossiblyUnusedMethod: lib/Provider/State.php#L73
lib/Provider/State.php:73:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Provider\State::jsonSerialize (see https://psalm.dev/087)
PossiblyUnusedMethod: lib/Service/Email.php#L26
lib/Service/Email.php:26:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Service\Email::__construct (see https://psalm.dev/087)
PossiblyUnusedMethod: lib/Service/SetupService.php#L33
lib/Service/SetupService.php:33:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Service\SetupService::__construct (see https://psalm.dev/087)
PossiblyUnusedReturnValue: lib/Service/SetupService.php#L66
lib/Service/SetupService.php:66:72: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
PossiblyUnusedMethod: lib/Service/StateStorage.php#L18
lib/Service/StateStorage.php:18:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Service\StateStorage::__construct (see https://psalm.dev/087)
UnusedProperty: lib/Settings/PersonalSettings.php#L36
lib/Settings/PersonalSettings.php:36:10: UnusedProperty: Cannot find any references to private property OCA\TwoFactorEmail\Settings\PersonalSettings::$initialStateService (see https://psalm.dev/150)
Nextcloud dev-stable26 on PHP 8.0
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable25 on PHP 8.2
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable24 on PHP 8.2
The job was canceled because "dev-stable24_8_0" failed.
PossiblyUnusedMethod: lib/AppInfo/Application.php#L33
lib/AppInfo/Application.php:33:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\AppInfo\Application::__construct (see https://psalm.dev/087)
UnusedClass: lib/Controller/SettingsController.php#L39
lib/Controller/SettingsController.php:39:7: UnusedClass: Class OCA\TwoFactorEmail\Controller\SettingsController is never used (see https://psalm.dev/075)
UnusedVariable: lib/Controller/SettingsController.php#L66
lib/Controller/SettingsController.php:66:4: UnusedVariable: $state is never referenced or the value is not used (see https://psalm.dev/077)
PossiblyUnusedMethod: lib/Provider/Email.php#L50
lib/Provider/Email.php:50:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Provider\Email::__construct (see https://psalm.dev/087)
Nextcloud dev-stable24 on PHP 8.3
The job was canceled because "dev-stable24_8_0" failed.
PossiblyUnusedMethod: lib/Provider/State.php#L73
lib/Provider/State.php:73:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Provider\State::jsonSerialize (see https://psalm.dev/087)
Nextcloud dev-stable24 on PHP 8.3
The operation was canceled.
Nextcloud dev-master on PHP 8.0
The job was canceled because "dev-stable24_8_0" failed.
PossiblyUnusedMethod: lib/Service/Email.php#L26
lib/Service/Email.php:26:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Service\Email::__construct (see https://psalm.dev/087)
Nextcloud dev-master on PHP 8.0
The operation was canceled.
Nextcloud dev-stable25 on PHP 8.0
The job was canceled because "dev-stable24_8_0" failed.
PossiblyUnusedMethod: lib/Service/SetupService.php#L33
lib/Service/SetupService.php:33:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Service\SetupService::__construct (see https://psalm.dev/087)
Nextcloud dev-stable25 on PHP 8.0
The operation was canceled.
PossiblyUnusedReturnValue: lib/Service/SetupService.php#L66
lib/Service/SetupService.php:66:72: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
PossiblyUnusedMethod: lib/Service/StateStorage.php#L18
lib/Service/StateStorage.php:18:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\TwoFactorEmail\Service\StateStorage::__construct (see https://psalm.dev/087)
UnusedProperty: lib/Settings/PersonalSettings.php#L36
lib/Settings/PersonalSettings.php:36:10: UnusedProperty: Cannot find any references to private property OCA\TwoFactorEmail\Settings\PersonalSettings::$initialStateService (see https://psalm.dev/150)
Nextcloud dev-stable24 on PHP 8.1
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-stable24 on PHP 8.1
The operation was canceled.
Nextcloud dev-master on PHP 8.2
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-master on PHP 8.2
The operation was canceled.
Nextcloud dev-master on PHP 8.1
The job was canceled because "dev-stable24_8_0" failed.
Nextcloud dev-master on PHP 8.1
The operation was canceled.