This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
Lock file maintenance #716
Annotations
9 errors
Psalm [8.2, locked]:
src/Encoder/Base64Encoder.php#L12
src/Encoder/Base64Encoder.php:12:5: MissingOverrideAttribute: Method Roave\Signature\Encoder\Base64Encoder::encode should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/Encoder/Base64Encoder.php#L17
src/Encoder/Base64Encoder.php:17:5: MissingOverrideAttribute: Method Roave\Signature\Encoder\Base64Encoder::verify should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/Encoder/HmacEncoder.php#L19
src/Encoder/HmacEncoder.php:19:5: MissingOverrideAttribute: Method Roave\Signature\Encoder\HmacEncoder::encode should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/Encoder/HmacEncoder.php#L24
src/Encoder/HmacEncoder.php:24:5: MissingOverrideAttribute: Method Roave\Signature\Encoder\HmacEncoder::verify should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/Encoder/Sha1SumEncoder.php#L12
src/Encoder/Sha1SumEncoder.php:12:5: MissingOverrideAttribute: Method Roave\Signature\Encoder\Sha1SumEncoder::encode should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/Encoder/Sha1SumEncoder.php#L17
src/Encoder/Sha1SumEncoder.php:17:5: MissingOverrideAttribute: Method Roave\Signature\Encoder\Sha1SumEncoder::verify should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/FileContentChecker.php#L26
src/FileContentChecker.php:26:5: MissingOverrideAttribute: Method Roave\Signature\FileContentChecker::check should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
src/FileContentSigner.php#L21
src/FileContentSigner.php:21:5: MissingOverrideAttribute: Method Roave\Signature\FileContentSigner::sign should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.2, locked]:
test/unit/src/FileContentCheckerTest.php#L25
test/unit/src/FileContentCheckerTest.php:25:5: MissingOverrideAttribute: Method Roave\SignatureTest\FileContentCheckerTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
Loading