Skip to content

Commit 0863272

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix code style
1 parent 8ee8631 commit 0863272

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)