Skip to content

Install missing composer-plugins #194

Install missing composer-plugins

Install missing composer-plugins #194

Triggered via push August 25, 2025 19:37
Status Failure
Total duration 1m 27s
Artifacts

php.yml

on: push
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
0s
Code coverage
Cleanup artifacts
0s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Quality control
Process completed with exit code 2.
UnnecessaryVarAnnotation: src/Controller/Authorize.php#L111
src/Controller/Authorize.php:111:18: UnnecessaryVarAnnotation: The @var array<array-key, mixed> annotation for $state is unnecessary (see https://psalm.dev/212)
UnnecessaryVarAnnotation: src/Controller/Authorize.php#L54
src/Controller/Authorize.php:54:18: UnnecessaryVarAnnotation: The @var array<array-key, mixed> annotation for $state is unnecessary (see https://psalm.dev/212)
ClassMustBeFinal: src/Controller/Authorize.php#L22
src/Controller/Authorize.php:22:7: ClassMustBeFinal: Class SimpleSAML\Module\authorize\Controller\Authorize is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: src/Auth/Process/Authorize.php#L160
src/Auth/Process/Authorize.php:160:5: MissingOverrideAttribute: Method SimpleSAML\Module\authorize\Auth\Process\Authorize::process should have the "Override" attribute (see https://psalm.dev/358)
ClassMustBeFinal: src/Auth/Process/Authorize.php#L31
src/Auth/Process/Authorize.php:31:7: ClassMustBeFinal: Class SimpleSAML\Module\authorize\Auth\Process\Authorize is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
UnusedClass: src/Controller/Authorize.php#L22
src/Controller/Authorize.php:22:7: UnusedClass: Class SimpleSAML\Module\authorize\Controller\Authorize is never used (see https://psalm.dev/075)
UnusedClass: src/Auth/Process/Authorize.php#L31
src/Auth/Process/Authorize.php:31:7: UnusedClass: Class SimpleSAML\Module\authorize\Auth\Process\Authorize is never used (see https://psalm.dev/075)