Skip to content

Commit

Permalink
rector-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Oct 2, 2022
1 parent d91cc6c commit bd5cfe4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Internal/Service/StateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ public function multiFork(array $uuids, callable $value): void
$values[self::PREFIX_FORK_ID . $uuid] = $forkId;
}

if ($values !== []) {
$this->store->setMultiple($values);
}
$this->store->setMultiple($values);
}

public function get(string $uuid): ?string
Expand Down

0 comments on commit bd5cfe4

Please sign in to comment.