Update dependency wyrihaximus/makefiles to ^0.5.0 #183
ci.yml
on: pull_request
Continuous Integration
/
...
/
Supported Versions Matrix
3s
Continuous Integration
/
...
/
Package Name
7s
Continuous Integration
/
...
/
Check Markdown links
25s
Continuous Integration
/
...
/
Supported Threading Matrix
3s
Continuous Integration
/
...
/
Supported Checks Matrix
34s
Matrix: Continuous Integration / Continuous Integration / can-require
Continuous Integration
/
...
/
Compile the matrix
2s
Matrix: Continuous Integration / Continuous Integration / qa
Matrix: Continuous Integration / Continuous Integration / directly-on-os
Continuous Integration
/
...
/
✔️
2s
Annotations
3 warnings
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference:
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference:
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference:
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|