Skip to content

Replace super-linter with a reusable workflow #103

Replace super-linter with a reusable workflow

Replace super-linter with a reusable workflow #103

Re-run triggered May 12, 2025 21:03
Status Success
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
7s
Code coverage
Quality control
54s
Quality control
Security checks
19s
Security checks
Cleanup artifacts
3s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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)