Skip to content

Update infection phar 0.32.1 to 0.32.2 #13794

Update infection phar 0.32.1 to 0.32.2

Update infection phar 0.32.1 to 0.32.2 #13794

Triggered via pull request January 7, 2026 15:00
Status Success
Total duration 21m 56s
Artifacts

automation.yml

on: pull_request
automation  /  Generate job matrix
18s
automation / Generate job matrix
Matrix: automation / qa
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
automation / [PHP8.5][latest]PHPUnit on windows
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.5][locked]Infection on ubuntu
Process completed with exit code 1.
automation / [PHP8.5][latest]PHPUnit on ubuntu
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.4][latest]PHPUnit on ubuntu
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.4][lowest]PHPUnit on windows
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.5][lowest]PHPUnit on windows
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.5][lowest]PHPUnit on ubuntu
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.4][lowest]PHPUnit on ubuntu
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.4][latest]PHPUnit on windows
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires ghostwriter/coding-standard dev-main -> satisfiable by ghostwriter/coding-standard[dev-main]. - ghostwriter/coding-standard dev-main requires ghostwriter/github-cli 0.1.x-dev -> found ghostwriter/github-cli[0.1.x-dev] but it does not match your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Handle.php#L27
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ $this->handle ) === false ) { - throw new InvalidArgumentException('Invalid handle: ' . $this->handle); + throw new InvalidArgumentException($this->handle); } }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Handle.php#L27
Escaped Mutant for Mutator "Concat": @@ @@ $this->handle ) === false ) { - throw new InvalidArgumentException('Invalid handle: ' . $this->handle); + throw new InvalidArgumentException($this->handle . 'Invalid handle: '); } }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Handle.php#L22
Escaped Mutant for Mutator "PregMatchRemoveDollar": @@ @@ preg_match( '#^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$#', $this->handle - ) === 0 || preg_match( - '#^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$#', - $this->handle - ) === false + ) === 0 || preg_match('#^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?#', $this->handle) === false ) { throw new InvalidArgumentException('Invalid handle: ' . $this->handle); }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Handle.php#L22
Escaped Mutant for Mutator "PregMatchRemoveCaret": @@ @@ preg_match( '#^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$#', $this->handle - ) === 0 || preg_match( - '#^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$#', - $this->handle - ) === false + ) === 0 || preg_match('#([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$#', $this->handle) === false ) { throw new InvalidArgumentException('Invalid handle: ' . $this->handle); }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Did.php#L28
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ ) === false ) { // Todo: create custom exception - throw new InvalidArgumentException('Invalid DID: ' . $this->did); + throw new InvalidArgumentException('Invalid DID: '); } }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Did.php#L28
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ ) === false ) { // Todo: create custom exception - throw new InvalidArgumentException('Invalid DID: ' . $this->did); + throw new InvalidArgumentException($this->did); } }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Did.php#L28
Escaped Mutant for Mutator "Concat": @@ @@ ) === false ) { // Todo: create custom exception - throw new InvalidArgumentException('Invalid DID: ' . $this->did); + throw new InvalidArgumentException($this->did . 'Invalid DID: '); } }
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Did.php#L22
Escaped Mutant for Mutator "PregMatchRemoveDollar": @@ @@ // should we split the value into parts and validate each part? // and store the parts in the object if ( - preg_match('#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === 0 || preg_match( - '#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', - $this->did - ) === false + preg_match('#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === 0 || preg_match('#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]#', $this->did) === false ) { // Todo: create custom exception throw new InvalidArgumentException('Invalid DID: ' . $this->did);
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Did.php#L22
Escaped Mutant for Mutator "PregMatchRemoveCaret": @@ @@ // should we split the value into parts and validate each part? // and store the parts in the object if ( - preg_match('#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === 0 || preg_match( - '#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', - $this->did - ) === false + preg_match('#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === 0 || preg_match('#did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === false ) { // Todo: create custom exception throw new InvalidArgumentException('Invalid DID: ' . $this->did);
automation / [PHP8.5][locked]Infection on ubuntu: src/Value/Did.php#L22
Escaped Mutant for Mutator "PregMatchRemoveCaret": @@ @@ // should we split the value into parts and validate each part? // and store the parts in the object if ( - preg_match('#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === 0 || preg_match( + preg_match('#did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did) === 0 || preg_match( '#^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$#', $this->did ) === false