Skip to content

Commit 0fd238b

Browse files
committed
Fix CS
1 parent 42072a3 commit 0fd238b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TypedMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private static function unserializeKey(string $serializedKey): Key
158158
if ($key === false) {
159159
throw new \LogicException(\sprintf(
160160
'Failed to unserialize key `%s`',
161-
format($serializedKey)
161+
format($serializedKey),
162162
));
163163
}
164164

0 commit comments

Comments
 (0)