We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ccbd0 commit f3efa58Copy full SHA for f3efa58
Store/PdoStore.php
@@ -127,7 +127,7 @@ public function save(Key $key)
127
128
try {
129
$stmt->execute();
130
- } catch (DBALException | Exception $e) {
+ } catch (DBALException|Exception $e) {
131
// the lock is already acquired. It could be us. Let's try to put off.
132
$this->putOffExpiration($key, $this->initialTtl);
133
} catch (\PDOException $e) {
0 commit comments