Skip to content

Commit f3efa58

Browse files
CS fixes
1 parent d9ccbd0 commit f3efa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/PdoStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function save(Key $key)
127127

128128
try {
129129
$stmt->execute();
130-
} catch (DBALException | Exception $e) {
130+
} catch (DBALException|Exception $e) {
131131
// the lock is already acquired. It could be us. Let's try to put off.
132132
$this->putOffExpiration($key, $this->initialTtl);
133133
} catch (\PDOException $e) {

0 commit comments

Comments
 (0)