Test against PHP 8.4 #106
php.yml
on: push
Matrix: PHP-Linter
Linter
/
ecmascript-linter
Linter
/
json-linter
Linter
/
style-linter
Linter
/
yaml-linter
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Cleanup artifacts
3s
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)
|