Skip to content

Configure documentation site #2377

Configure documentation site

Configure documentation site #2377

Triggered via push November 20, 2023 21:23
Status Success
Total duration 41s
Artifacts
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Mutation tests (locked, 7.4, ubuntu-latest): src/Signer/Ecdsa.php#L17
Escaped Mutant: --- Original +++ New @@ @@ private SignatureConverter $converter; public function __construct(?SignatureConverter $converter = null) { - $this->converter = $converter ?? new MultibyteStringConverter(); + $this->converter = new MultibyteStringConverter() ?? $converter; } /** @deprecated */ public static function create() : Ecdsa
Mutation tests (locked, 7.4, ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Mutation tests (locked, 7.4, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Mutation tests (locked, 7.4, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/