Skip to content

Commit c31c09f

Browse files
Merge branch '4.4' into 5.3
* 4.4: [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents c0da20d + f3efa58 commit c31c09f

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
@@ -144,7 +144,7 @@ public function save(Key $key)
144144
$this->createTable();
145145
}
146146
$stmt->execute();
147-
} catch (DBALException | Exception $e) {
147+
} catch (DBALException|Exception $e) {
148148
// the lock is already acquired. It could be us. Let's try to put off.
149149
$this->putOffExpiration($key, $this->initialTtl);
150150
} catch (\PDOException $e) {

0 commit comments

Comments
 (0)