This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Add trailing commas #188
php.yml
on: push
Annotations
7 errors and 7 warnings
ArgumentTypeCoercion:
src/Controller/OTP.php#L102
src/Controller/OTP.php:102:46: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Auth\State::loadState expects string, but parent type scalar provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/Controller/OTP.php#L130
src/Controller/OTP.php:130:46: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Auth\State::loadState expects string, but parent type scalar provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/Controller/OTP.php#L194
src/Controller/OTP.php:194:46: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Auth\State::loadState expects string, but parent type scalar provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/Controller/OTP.php#L227
src/Controller/OTP.php:227:46: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Auth\State::loadState expects string, but parent type scalar provided (see https://psalm.dev/193)
|
MissingClassConstType:
src/Utils/OTPClient.php#L23
src/Utils/OTPClient.php:23:18: MissingClassConstType: Class constant "SimpleSAML\Module\cmdotcom\Utils\OTPClient::API_BASE" should have a declared type. (see https://psalm.dev/359)
|
MissingClassConstType:
src/Utils/OTPClient.php#L26
src/Utils/OTPClient.php:26:18: MissingClassConstType: Class constant "SimpleSAML\Module\cmdotcom\Utils\OTPClient::HEADER" should have a declared type. (see https://psalm.dev/359)
|
Quality control
Process completed with exit code 2.
|
PossiblyNullOperand:
src/Utils/PhoneNumber.php#L43
src/Utils/PhoneNumber.php:43:50: PossiblyNullOperand: Cannot concatenate with a possibly null null|string (see https://psalm.dev/080)
|
Unit tests, PHP 8.2, ubuntu-latest:
vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/Utils/HTTP.php#L837
Undefined array key "REQUEST_URI"
|
Unit tests, PHP 8.3, ubuntu-latest:
vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/Utils/HTTP.php#L837
Undefined array key "REQUEST_URI"
|
Unit tests, PHP 8.1, ubuntu-latest:
vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/Utils/HTTP.php#L837
Undefined array key "REQUEST_URI"
|
Unit tests, PHP 8.2, windows-latest:
vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/Utils/HTTP.php#L837
Undefined array key "REQUEST_URI"
|
Unit tests, PHP 8.3, windows-latest:
vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/Utils/HTTP.php#L837
Undefined array key "REQUEST_URI"
|
Unit tests, PHP 8.1, windows-latest:
vendor/simplesamlphp/simplesamlphp/src/SimpleSAML/Utils/HTTP.php#L837
Undefined array key "REQUEST_URI"
|