Update rector/rector requirement from ^0.19.0 to ^1.0.0 #214
Annotations
1 warning
Run roave infection.:
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) {
|
The logs for this run have expired and are no longer available.
Loading