i18n allow the substitution of SPNAME and other TWIG variables #2409
Annotations
21 errors and 20 warnings
|
|
|
tests/modules/admin/src/Controller/FederationTest.php#L62
tests/modules/admin/src/Controller/FederationTest.php:62:5: MissingOverrideAttribute: Method SimpleSAML\Test\Module\admin\Controller\FederationTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/modules/admin/src/Controller/ConfigTest.php#L63
tests/modules/admin/src/Controller/ConfigTest.php:63:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\admin\Controller\_home_runner_work_simplesamlphp_simplesamlphp_tests_modules_admin_src_Controller_ConfigTest_php_62_1532::requireadmin should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/modules/admin/src/Controller/ConfigTest.php#L49
tests/modules/admin/src/Controller/ConfigTest.php:49:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\admin\Controller\_home_runner_work_simplesamlphp_simplesamlphp_tests_modules_admin_src_Controller_ConfigTest_php_40_870::getversion should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/modules/admin/src/Controller/ConfigTest.php#L36
tests/modules/admin/src/Controller/ConfigTest.php:36:5: MissingOverrideAttribute: Method SimpleSAML\Test\Module\admin\Controller\ConfigTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/Utils/TestAuthSourceFactory.php#L15
tests/Utils/TestAuthSourceFactory.php:15:5: MissingOverrideAttribute: Method SimpleSAML\Test\Utils\TestAuthSourceFactory::create should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/Utils/TestAuthSource.php#L14
tests/Utils/TestAuthSource.php:14:5: MissingOverrideAttribute: Method SimpleSAML\Test\Utils\TestAuthSource::authenticate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/Utils/SpTester.php#L60
tests/Utils/SpTester.php:60:5: MissingOverrideAttribute: Method SimpleSAML\Test\Utils\SpTester::sendsaml2logoutrequest should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/Utils/SpTester.php#L45
tests/Utils/SpTester.php:45:5: MissingOverrideAttribute: Method SimpleSAML\Test\Utils\SpTester::sendsaml2authnrequest should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/SigningTestCase.php#L219
tests/SigningTestCase.php:219:5: MissingOverrideAttribute: Method SimpleSAML\Test\SigningTestCase::teardown should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/SigningTestCase.php#L194
tests/SigningTestCase.php:194:5: MissingOverrideAttribute: Method SimpleSAML\Test\SigningTestCase::setup should have the "Override" attribute (see https://psalm.dev/358)
|
|
modules/adfs/src/Controller/Adfs.php#L259
modules/adfs/src/Controller/Adfs.php:259:48: ArgumentTypeCoercion: Argument 1 of SimpleSAML\IdP::handleLogoutResponse expects string, but parent type null|scalar provided (see https://psalm.dev/193)
|
|
modules/adfs/src/Controller/Adfs.php#L208
modules/adfs/src/Controller/Adfs.php:208:30: UndefinedVariable: Cannot find referenced variable $protectedMetadata (see https://psalm.dev/024)
|
|
modules/adfs/src/Controller/Adfs.php#L207
modules/adfs/src/Controller/Adfs.php:207:29: UndefinedVariable: Cannot find referenced variable $protectedMetadata (see https://psalm.dev/024)
|
|
modules/adfs/src/Controller/Adfs.php#L206
modules/adfs/src/Controller/Adfs.php:206:31: UndefinedVariable: Cannot find referenced variable $protectedMetadata (see https://psalm.dev/024)
|
|
modules/adfs/src/Controller/Adfs.php#L187
modules/adfs/src/Controller/Adfs.php:187:53: PossiblyNullArgument: Argument 1 of SimpleSAML\Metadata\SAMLBuilder::__construct cannot be null, possibly null value provided (see https://psalm.dev/078)
|
|
modules/adfs/src/Controller/Adfs.php#L187
modules/adfs/src/Controller/Adfs.php:187:53: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Metadata\SAMLBuilder::__construct expects string, but parent type null|scalar provided (see https://psalm.dev/193)
|
|
modules/adfs/src/Controller/Adfs.php#L85
modules/adfs/src/Controller/Adfs.php:85:13: UnusedVariable: $availableCerts is never referenced or the value is not used (see https://psalm.dev/077)
|
|
modules/adfs/src/Controller/Adfs.php#L83
modules/adfs/src/Controller/Adfs.php:83:59: PossiblyNullArgument: Argument 1 of SimpleSAML\Metadata\MetaDataStorageHandler::getMetaDataConfig cannot be null, possibly null value provided (see https://psalm.dev/078)
|
|
modules/adfs/src/Controller/Adfs.php#L83
modules/adfs/src/Controller/Adfs.php:83:59: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Metadata\MetaDataStorageHandler::getMetaDataConfig expects string, but parent type null|scalar provided (see https://psalm.dev/193)
|
|
modules/adfs/src/Controller/Adfs.php#L32
modules/adfs/src/Controller/Adfs.php:32:7: ClassMustBeFinal: Class SimpleSAML\Module\adfs\Controller\Adfs is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
tests/Utils/TestAuthSourceFactory.php#L10
tests/Utils/TestAuthSourceFactory.php:10:7: ClassMustBeFinal: Class SimpleSAML\Test\Utils\TestAuthSourceFactory is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
tests/Utils/TestAuthSource.php#L9
tests/Utils/TestAuthSource.php:9:7: ClassMustBeFinal: Class SimpleSAML\Test\Utils\TestAuthSource is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
tests/Utils/SpTester.php#L19
tests/Utils/SpTester.php:19:7: ClassMustBeFinal: Class SimpleSAML\Test\Utils\SpTester is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
tests/Utils/ExitTestException.php#L10
tests/Utils/ExitTestException.php:10:7: ClassMustBeFinal: Class SimpleSAML\Test\Utils\ExitTestException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
tests/SigningTestCase.php#L175
tests/SigningTestCase.php:175:21: MissingClassConstType: Class constant "SimpleSAML\Test\SigningTestCase::GOOD_CERTIFICATE" should have a declared type. (see https://psalm.dev/359)
|
|
tests/SigningTestCase.php#L174
tests/SigningTestCase.php:174:21: MissingClassConstType: Class constant "SimpleSAML\Test\SigningTestCase::GOOD_PRIVATE_KEY" should have a declared type. (see https://psalm.dev/359)
|
|
tests/SigningTestCase.php#L173
tests/SigningTestCase.php:173:21: MissingClassConstType: Class constant "SimpleSAML\Test\SigningTestCase::CA_CERTIFICATE" should have a declared type. (see https://psalm.dev/359)
|
|
tests/SigningTestCase.php#L172
tests/SigningTestCase.php:172:21: MissingClassConstType: Class constant "SimpleSAML\Test\SigningTestCase::CA_PRIVATE_KEY" should have a declared type. (see https://psalm.dev/359)
|
|
tests/SigningTestCase.php#L171
tests/SigningTestCase.php:171:21: MissingClassConstType: Class constant "SimpleSAML\Test\SigningTestCase::DEFAULTCERTDIR" should have a declared type. (see https://psalm.dev/359)
|
|
tests/SigningTestCase.php#L170
tests/SigningTestCase.php:170:21: MissingClassConstType: Class constant "SimpleSAML\Test\SigningTestCase::ROOTDIRNAME" should have a declared type. (see https://psalm.dev/359)
|
|
modules/admin/src/Controller/Federation.php#L48
modules/admin/src/Controller/Federation.php:48:7: UnusedClass: Class SimpleSAML\Module\admin\Controller\Federation is never used (see https://psalm.dev/075)
|
|
modules/admin/src/Controller/Config.php#L38
modules/admin/src/Controller/Config.php:38:18: MissingClassConstType: Class constant "SimpleSAML\Module\admin\Controller\Config::RELEASES_API" should have a declared type. (see https://psalm.dev/359)
|
|
modules/admin/src/Controller/Config.php#L36
modules/admin/src/Controller/Config.php:36:18: MissingClassConstType: Class constant "SimpleSAML\Module\admin\Controller\Config::LATEST_VERSION_STATE_KEY" should have a declared type. (see https://psalm.dev/359)
|
|
modules/admin/src/Controller/Config.php#L34
modules/admin/src/Controller/Config.php:34:7: UnusedClass: Class SimpleSAML\Module\admin\Controller\Config is never used (see https://psalm.dev/075)
|
|
modules/adfs/src/SAML2/XML/fed/SecurityTokenServiceType.php#L75
modules/adfs/src/SAML2/XML/fed/SecurityTokenServiceType.php:75:21: PossiblyUnusedMethod: Cannot find any calls to method SimpleSAML\Module\adfs\SAML2\XML\fed\SecurityTokenServiceType::getLocation (see https://psalm.dev/087)
|
|
modules/adfs/src/SAML2/XML/fed/Constants.php#L18
modules/adfs/src/SAML2/XML/fed/Constants.php:18:18: MissingClassConstType: Class constant "SimpleSAML\Module\adfs\SAML2\XML\fed\Constants::NS_FED" should have a declared type. (see https://psalm.dev/359)
|
|
modules/adfs/src/IdP/ADFS.php#L470
modules/adfs/src/IdP/ADFS.php:470:28: PossiblyUnusedMethod: Cannot find explicit calls to method SimpleSAML\Module\adfs\IdP\ADFS::getLogoutURL (but did find some potential callers) (see https://psalm.dev/087)
|
|
modules/adfs/src/IdP/ADFS.php#L426
modules/adfs/src/IdP/ADFS.php:426:28: PossiblyUnusedMethod: Cannot find any calls to method SimpleSAML\Module\adfs\IdP\ADFS::sendLogoutResponse (see https://psalm.dev/087)
|
|
modules/adfs/src/IdP/ADFS.php#L366
modules/adfs/src/IdP/ADFS.php:366:28: PossiblyUnusedMethod: Cannot find any calls to method SimpleSAML\Module\adfs\IdP\ADFS::sendResponse (see https://psalm.dev/087)
|
|
modules/adfs/src/Controller/Adfs.php#L32
modules/adfs/src/Controller/Adfs.php:32:7: UnusedClass: Class SimpleSAML\Module\adfs\Controller\Adfs is never used (see https://psalm.dev/075)
|
The logs for this run have expired and are no longer available.
Loading