build: Add rector as part of the process #1515
Annotations
1 error and 2 warnings
Run make _infection_ci --debug
Process completed with exit code 2.
|
Run make _infection_ci --debug:
src/Console/Application.php#L46
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
private readonly string $version;
private readonly string $releaseDate;
private string $header;
- public function __construct(private readonly string $name = 'Box', ?string $version = null, string $releaseDate = '@release-date@', private readonly bool $autoExit = true, private readonly bool $catchExceptions = true)
+ public function __construct(private readonly string $name = 'Box', ?string $version = null, string $releaseDate = '@release-date@', private readonly bool $autoExit = false, private readonly bool $catchExceptions = true)
{
$this->version = $version ?? get_box_version();
$this->releaseDate = !str_contains($releaseDate, '@') ? $releaseDate : '';
|
Run make _infection_ci --debug:
src/Console/Application.php#L47
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
private readonly string $version;
private readonly string $releaseDate;
private string $header;
- public function __construct(private readonly string $name = 'Box', ?string $version = null, string $releaseDate = '@release-date@', private readonly bool $autoExit = true, private readonly bool $catchExceptions = true)
+ public function __construct(private readonly string $name = 'Box', ?string $version = null, string $releaseDate = '@release-date@', private readonly bool $autoExit = true, private readonly bool $catchExceptions = false)
{
$this->version = $version ?? get_box_version();
$this->releaseDate = !str_contains($releaseDate, '@') ? $releaseDate : '';
|
The logs for this run have expired and are no longer available.
Loading