Allow composer-xmlprovider-installer extension #82
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
php.yml
on: push
Annotations
3 errors and 3 warnings
|
ArgumentTypeCoercion:
src/Controller/PreProdWarning.php#L121
src/Controller/PreProdWarning.php:121:46: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Auth\State::loadState expects string, but parent type scalar provided (see https://psalm.dev/193)
|
|
RiskyTruthyFalsyComparison:
src/Controller/PreProdWarning.php#L123
src/Controller/PreProdWarning.php:123:13: RiskyTruthyFalsyComparison: Operand of type null|scalar contains type scalar, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
|
Quality control
Process completed with exit code 2.
|
|
PropertyNotSetInConstructor:
tests/src/Controller/PreProdWarningTest.php#L27
tests/src/Controller/PreProdWarningTest.php:27:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\preprodwarning\Controller\PreProdWarningTest::$config is not defined in constructor of SimpleSAML\Test\Module\preprodwarning\Controller\PreProdWarningTest or in any methods called in the constructor (see https://psalm.dev/074)
|
|
PropertyNotSetInConstructor:
tests/src/Controller/PreProdWarningTest.php#L30
tests/src/Controller/PreProdWarningTest.php:30:22: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\preprodwarning\Controller\PreProdWarningTest::$logger is not defined in constructor of SimpleSAML\Test\Module\preprodwarning\Controller\PreProdWarningTest or in any methods called in the constructor (see https://psalm.dev/074)
|
|
PropertyNotSetInConstructor:
tests/src/Controller/PreProdWarningTest.php#L33
tests/src/Controller/PreProdWarningTest.php:33:23: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\preprodwarning\Controller\PreProdWarningTest::$session is not defined in constructor of SimpleSAML\Test\Module\preprodwarning\Controller\PreProdWarningTest or in any methods called in the constructor (see https://psalm.dev/074)
|