Skip to content

Update rector/rector requirement from ^1.0.0 to ^2.0.3 #221

Update rector/rector requirement from ^1.0.0 to ^2.0.3

Update rector/rector requirement from ^1.0.0 to ^2.0.3 #221

Triggered via pull request December 12, 2024 21:45
Status Success
Total duration 40s
Artifacts

mutation.yml

on: pull_request
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
mutation / PHP 8.1-ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mutation / PHP 8.1-ubuntu-latest: src/SyslogTarget.php#L50
Escaped Mutant for Mutator "BitwiseOr": --- Original +++ New @@ @@ * * @link https://www.php.net/openlog */ - public function __construct(private string $identity, private int $options = LOG_ODELAY | LOG_PID, private int $facility = LOG_USER) + public function __construct(private string $identity, private int $options = LOG_ODELAY & LOG_PID, private int $facility = LOG_USER) { parent::__construct(); $this->setFormat(static function (Message $message) {