chore(deps): update actions/cache action to v5 #40
testing.yml
on: pull_request
Matrix: arch-testing
Matrix: code-coverage
Matrix: mutation-testing
Matrix: unit-testing
Annotations
8 warnings
|
mutation-testing (ubuntu-latest, 8.3, locked):
src/Application.php#L29
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
private function registerCommands(): void
{
- $this->addCommands([
- // new NormalizeCommand(),
- // new ComposerCheckCommand(),
- // new FixCommand(),
- // new StyleCheckCommand(),
- ]);
+
}
}
|
|
mutation-testing (ubuntu-latest, 8.3, locked):
src/Application.php#L24
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
{
parent::__construct(self::NAME, self::VERSION);
- $this->registerCommands();
+
}
private function registerCommands(): void
|
|
unit-testing (ubuntu-latest, 8.5, lowest):
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
|
|
unit-testing (ubuntu-latest, 8.5, lowest):
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
|
|
unit-testing (ubuntu-latest, 8.5, lowest):
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
|
|
unit-testing (ubuntu-latest, 8.4, lowest):
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
|
|
unit-testing (ubuntu-latest, 8.4, lowest):
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
|
|
unit-testing (ubuntu-latest, 8.4, lowest):
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
|