Skip to content

feat: token

feat: token #86

Triggered via pull request October 8, 2023 16:53
@michalsnmichalsn
synchronize #45
feat/token
Status Failure
Total duration 43s
Artifacts

psalm.yml

on: pull_request
Psalm Analysis
31s
Psalm Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
UndefinedAttributeClass: src/Commands/SignedUrlAlgorithms.php#L9
src/Commands/SignedUrlAlgorithms.php:9:3: UndefinedAttributeClass: Attribute class PHPUnit\Framework\Attributes\CodeCoverageIgnore does not exist (see https://psalm.dev/241)
NonInvariantPropertyType: src/Commands/SignedUrlAlgorithms.php#L12
src/Commands/SignedUrlAlgorithms.php:12:22: NonInvariantPropertyType: Property Michalsn\CodeIgniterSignedUrl\Commands\SignedUrlAlgorithms::$group has type string, not invariant with CodeIgniter\CLI\BaseCommand::$group of type <empty> (see https://psalm.dev/265)
NonInvariantPropertyType: src/Commands/SignedUrlAlgorithms.php#L13
src/Commands/SignedUrlAlgorithms.php:13:22: NonInvariantPropertyType: Property Michalsn\CodeIgniterSignedUrl\Commands\SignedUrlAlgorithms::$name has type string, not invariant with CodeIgniter\CLI\BaseCommand::$name of type <empty> (see https://psalm.dev/265)
NonInvariantPropertyType: src/Commands/SignedUrlAlgorithms.php#L14
src/Commands/SignedUrlAlgorithms.php:14:22: NonInvariantPropertyType: Property Michalsn\CodeIgniterSignedUrl\Commands\SignedUrlAlgorithms::$description has type string, not invariant with CodeIgniter\CLI\BaseCommand::$description of type <empty> (see https://psalm.dev/265)
UndefinedAttributeClass: src/Commands/SignedUrlPublish.php#L11
src/Commands/SignedUrlPublish.php:11:3: UndefinedAttributeClass: Attribute class PHPUnit\Framework\Attributes\CodeCoverageIgnore does not exist (see https://psalm.dev/241)
NonInvariantPropertyType: src/Commands/SignedUrlPublish.php#L14
src/Commands/SignedUrlPublish.php:14:22: NonInvariantPropertyType: Property Michalsn\CodeIgniterSignedUrl\Commands\SignedUrlPublish::$group has type string, not invariant with CodeIgniter\CLI\BaseCommand::$group of type <empty> (see https://psalm.dev/265)
NonInvariantPropertyType: src/Commands/SignedUrlPublish.php#L15
src/Commands/SignedUrlPublish.php:15:22: NonInvariantPropertyType: Property Michalsn\CodeIgniterSignedUrl\Commands\SignedUrlPublish::$name has type string, not invariant with CodeIgniter\CLI\BaseCommand::$name of type <empty> (see https://psalm.dev/265)
NonInvariantPropertyType: src/Commands/SignedUrlPublish.php#L16
src/Commands/SignedUrlPublish.php:16:22: NonInvariantPropertyType: Property Michalsn\CodeIgniterSignedUrl\Commands\SignedUrlPublish::$description has type string, not invariant with CodeIgniter\CLI\BaseCommand::$description of type <empty> (see https://psalm.dev/265)
UndefinedAttributeClass: src/Filters/SignedUrl.php#L19
src/Filters/SignedUrl.php:19:3: UndefinedAttributeClass: Attribute class PHPUnit\Framework\Attributes\CodeCoverageIgnore does not exist (see https://psalm.dev/241)
Psalm Analysis
Process completed with exit code 2.