Remove dead assignment #100
php.yml
on: push
Annotations
11 errors and 7 warnings
Quality control
Process completed with exit code 1.
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L66
tests/src/Controller/DiscoPowerTest.php:66:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L88
tests/src/Controller/DiscoPowerTest.php:88:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L110
tests/src/Controller/DiscoPowerTest.php:110:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L130
tests/src/Controller/DiscoPowerTest.php:130:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L146
tests/src/Controller/DiscoPowerTest.php:146:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L164
tests/src/Controller/DiscoPowerTest.php:164:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/Controller/DiscoPowerTest.php#L184
tests/src/Controller/DiscoPowerTest.php:184:18: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\Controller\DiscoPower does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/PowerIdPDiscoTest.php#L17
tests/src/PowerIdPDiscoTest.php:17:13: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\PowerIdPDisco does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/PowerIdPDiscoTest.php#L53
tests/src/PowerIdPDiscoTest.php:53:35: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\PowerIdPDisco does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/src/PowerIdPDiscoTest.php#L67
tests/src/PowerIdPDiscoTest.php:67:33: UndefinedClass: Class, interface or enum named SimpleSAML\Module\discopower\PowerIdPDisco does not exist (see https://psalm.dev/019)
|
PropertyNotSetInConstructor:
tests/src/Controller/DiscoPowerTest.php#L25
tests/src/Controller/DiscoPowerTest.php:25:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\discopower\Controller\DiscoPowerTest::$config is not defined in constructor of SimpleSAML\Test\Module\discopower\Controller\DiscoPowerTest or in any methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
tests/src/Controller/DiscoPowerTest.php#L28
tests/src/Controller/DiscoPowerTest.php:28:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\discopower\Controller\DiscoPowerTest::$discoconfig is not defined in constructor of SimpleSAML\Test\Module\discopower\Controller\DiscoPowerTest or in any methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
tests/src/PowerIdPDiscoTest.php#L17
tests/src/PowerIdPDiscoTest.php:17:27: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest::$discoHandler is not defined in constructor of SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
tests/src/PowerIdPDiscoTest.php#L20
tests/src/PowerIdPDiscoTest.php:20:27: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest::$config is not defined in constructor of SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
tests/src/PowerIdPDiscoTest.php#L23
tests/src/PowerIdPDiscoTest.php:23:27: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest::$discoConfig is not defined in constructor of SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
tests/src/PowerIdPDiscoTest.php#L26
tests/src/PowerIdPDiscoTest.php:26:19: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest::$idpList is not defined in constructor of SimpleSAML\Test\Module\discopower\PowerIdPDiscoTest or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
PossiblyUndefinedGlobalVariable:
tests/src/test-metadata/saml20-idp-remote.php#L3
tests/src/test-metadata/saml20-idp-remote.php:3:1: PossiblyUndefinedGlobalVariable: Possibly undefined global variable $metadata, first seen on line 3 (see https://psalm.dev/126)
|