Skip to content

Commit 0e030b8

Browse files
committed
2 parents 57f3ea0 + 0863272 commit 0e030b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public function flag(mixed $flag, string $operation, bool $expunge = false): voi
432432
$this->folder->expunge();
433433
}
434434

435-
$this->flags = match($operation) {
435+
$this->flags = match ($operation) {
436436
'+' => array_unique(array_merge($this->flags, [$flag])),
437437
'-' => array_diff($this->flags, [$flag]),
438438
};

0 commit comments

Comments
 (0)