Configure documentation site #2377
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/
|