Skip to content

Automation

Automation #18616

Triggered via schedule January 31, 2025 07:19
Status Success
Total duration 2m 47s
Artifacts

automation.yml

on: schedule
Generate job matrix
7s
Generate job matrix
Matrix: qa
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
[PHP8.4][locked]Infection on ubuntu: src/Value/Composer/Composer.php#L46
Escaped Mutant for Mutator "MBString": @@ @@ public function getLockFilePath(string $root): string { $composerJsonPath = $this->getJsonFilePath($root); - return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock'; + return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock'; } /** * @throws Throwable
[PHP8.4][locked]Infection on ubuntu: src/Value/Composer/Composer.php#L47
Escaped Mutant for Mutator "Concat": @@ @@ public function getLockFilePath(string $root): string { $composerJsonPath = $this->getJsonFilePath($root); - return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock'; + return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : '.lock' . $composerJsonPath; } /** * @throws Throwable
[PHP8.4][locked]Infection on ubuntu: src/Value/Composer/Composer.php#L47
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ public function getLockFilePath(string $root): string { $composerJsonPath = $this->getJsonFilePath($root); - return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock'; + return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : '.lock'; } /** * @throws Throwable
[PHP8.4][locked]Infection on ubuntu: src/Value/Composer/Composer.php#L47
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ public function getLockFilePath(string $root): string { $composerJsonPath = $this->getJsonFilePath($root); - return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock'; + return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath; } /** * @throws Throwable
[PHP8.4][lowest]PHPUnit on ubuntu: vendor/amphp/dns/src/functions.php#L14
Amp\Dns\dnsResolver(): Implicitly marking parameter $dnsResolver as nullable is deprecated, the explicit nullable type must be used instead
[PHP8.4][lowest]PHPUnit on ubuntu: vendor/amphp/dns/src/functions.php#L40
Amp\Dns\resolve(): Implicitly marking parameter $typeRestriction as nullable is deprecated, the explicit nullable type must be used instead
[PHP8.4][lowest]PHPUnit on ubuntu: vendor/amphp/socket/src/Internal/functions.php#L191
Amp\Socket\Internal\normalizeBindToOption(): Implicitly marking parameter $bindTo as nullable is deprecated, the explicit nullable type must be used instead