Skip to content

Replace super-linter with a reusable workflow #102

Replace super-linter with a reusable workflow

Replace super-linter with a reusable workflow #102

Triggered via push May 12, 2025 20:57
Status Failure
Total duration 1m 38s
Artifacts

php.yml

on: push
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
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
11s
Code coverage
Quality control
37s
Quality control
Security checks
21s
Security checks
Cleanup artifacts
5s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Quality control
Process completed with exit code 2.
UnusedIssueHandlerSuppression: psalm-dev.xml#L0
/home/runner/work/simplesamlphp-module-consentsimpleadmin/simplesamlphp-module-consentsimpleadmin/psalm-dev.xml:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "UnresolvableInclude" for /tests/bootstrap.php was not thrown. (see https://psalm.dev/326)
UndefinedMethod: src/Controller/Stats.php#L73
src/Controller/Stats.php:73:49: UndefinedMethod: Method SimpleSAML\Locale\Translate::t does not exist (see https://psalm.dev/022)
UndefinedMethod: src/Controller/Stats.php#L69
src/Controller/Stats.php:69:46: UndefinedMethod: Method SimpleSAML\Locale\Translate::t does not exist (see https://psalm.dev/022)
UndefinedMethod: src/Controller/Stats.php#L65
src/Controller/Stats.php:65:42: UndefinedMethod: Method SimpleSAML\Locale\Translate::t does not exist (see https://psalm.dev/022)
UndefinedVariable: src/Controller/Stats.php#L61
src/Controller/Stats.php:61:27: UndefinedVariable: Cannot find referenced variable $config (see https://psalm.dev/024)
PossiblyUnusedParam: src/Controller/Stats.php#L46
src/Controller/Stats.php:46:35: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
ClassMustBeFinal: src/Controller/Stats.php#L21
src/Controller/Stats.php:21:7: ClassMustBeFinal: Class SimpleSAML\Module\consentSimpleAdmin\Controller\Stats is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
UndefinedThisPropertyFetch: src/Controller/Admin.php#L133
src/Controller/Admin.php:133:30: UndefinedThisPropertyFetch: Instance property SimpleSAML\Module\consentSimpleAdmin\Controller\Admin::$data is not defined (see https://psalm.dev/041)
UndefinedMethod: src/Controller/Admin.php#L132
src/Controller/Admin.php:132:44: UndefinedMethod: Method SimpleSAML\Locale\Translate::t does not exist (see https://psalm.dev/022)
PossiblyUnusedParam: src/Controller/Admin.php#L55
src/Controller/Admin.php:55:35: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
ClassMustBeFinal: src/Controller/Admin.php#L30
src/Controller/Admin.php:30:7: ClassMustBeFinal: Class SimpleSAML\Module\consentSimpleAdmin\Controller\Admin 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/Stats.php#L21
src/Controller/Stats.php:21:7: UnusedClass: Class SimpleSAML\Module\consentSimpleAdmin\Controller\Stats is never used (see https://psalm.dev/075)
UnusedClass: src/Controller/Admin.php#L30
src/Controller/Admin.php:30:7: UnusedClass: Class SimpleSAML\Module\consentSimpleAdmin\Controller\Admin is never used (see https://psalm.dev/075)