Update rector/rector requirement from ^1.0.0 to ^2.0.3 #221
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) {
|