Update automation.yml #18597
automation.yml
on: push
Generate job matrix
12s
Matrix: qa
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
|