Update dependency symfony/console to v8 #4303
Annotations
4 warnings
|
src/DetectChanges/Variance/TypeIsCovariant.php#L83
Escaped Mutant for Mutator "ReturnRemoval":
@@ @@
}
if ($typeAsString === 'void') {
- // nothing is covariant to `void`
- return false;
+
}
if ($typeAsString === 'object' && ! $comparedType->isBuiltin()) {
|
|
src/Change.php#L42
Escaped Mutant for Mutator "TrueValue":
@@ @@
}
/** @psalm-pure */
- public static function removed(string $description, bool $isBcBreak = true): self
+ public static function removed(string $description, bool $isBcBreak = false): self
{
return new self(self::REMOVED, $description, $isBcBreak);
}
|
|
src/Change.php#L36
Escaped Mutant for Mutator "TrueValue":
@@ @@
}
/** @psalm-pure */
- public static function changed(string $description, bool $isBcBreak = true): self
+ public static function changed(string $description, bool $isBcBreak = false): self
{
return new self(self::CHANGED, $description, $isBcBreak);
}
|
|
src/Change.php#L30
Escaped Mutant for Mutator "TrueValue":
@@ @@
}
/** @psalm-pure */
- public static function added(string $description, bool $isBcBreak = true): self
+ public static function added(string $description, bool $isBcBreak = false): self
{
return new self(self::ADDED, $description, $isBcBreak);
}
|
The logs for this run have expired and are no longer available.
Loading