Skip to content

Replace super-linter with a reusable workflow #81

Replace super-linter with a reusable workflow

Replace super-linter with a reusable workflow #81

Triggered via pull request June 5, 2025 19:11
Status Success
Total duration 2m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

php.yml

on: pull_request
Matrix: PHP-Linter
Linter  /  ecmascript-linter
Linter / ecmascript-linter
Linter  /  json-linter
Linter / json-linter
Linter  /  style-linter
Linter / style-linter
Linter  /  yaml-linter
Linter / yaml-linter
Quality control
56s
Quality control
Security checks
18s
Security checks
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
10s
Code coverage
Cleanup artifacts
6s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
Quality control
Process completed with exit code 2.
MissingOverrideAttribute: src/Auth/Process/SmartName.php#L84
src/Auth/Process/SmartName.php:84:5: MissingOverrideAttribute: Method SimpleSAML\Module\smartattributes\Auth\Process\SmartName::process should have the "Override" attribute (see https://psalm.dev/358)
ClassMustBeFinal: src/Auth/Process/SmartName.php#L15
src/Auth/Process/SmartName.php:15:7: ClassMustBeFinal: Class SimpleSAML\Module\smartattributes\Auth\Process\SmartName 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/SmartID.php#L155
src/Auth/Process/SmartID.php:155:5: MissingOverrideAttribute: Method SimpleSAML\Module\smartattributes\Auth\Process\SmartID::process should have the "Override" attribute (see https://psalm.dev/358)
ClassMustBeFinal: src/Auth/Process/SmartID.php#L10
src/Auth/Process/SmartID.php:10:7: ClassMustBeFinal: Class SimpleSAML\Module\smartattributes\Auth\Process\SmartID is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
UnusedClass: src/Auth/Process/SmartName.php#L15
src/Auth/Process/SmartName.php:15:7: UnusedClass: Class SimpleSAML\Module\smartattributes\Auth\Process\SmartName is never used (see https://psalm.dev/075)
UnusedClass: src/Auth/Process/SmartID.php#L10
src/Auth/Process/SmartID.php:10:7: UnusedClass: Class SimpleSAML\Module\smartattributes\Auth\Process\SmartID is never used (see https://psalm.dev/075)