Skip to content

Commit 3e5b7db

Browse files
committed
Apply align_multiline_comment PHP-CS-Fixer rule
1 parent b9363ac commit 3e5b7db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Store/DoctrineDbalStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* Lock metadata are stored in a table. You can use createTable() to initialize
3030
* a correctly defined table.
31-
31+
*
3232
* CAUTION: This store relies on all client and server nodes to have
3333
* synchronized clocks for lock expiry to occur at the correct time.
3434
* To ensure locks don't expire prematurely; the TTLs should be set with enough

Store/PdoStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* Lock metadata are stored in a table. You can use createTable() to initialize
2424
* a correctly defined table.
25-
25+
*
2626
* CAUTION: This store relies on all client and server nodes to have
2727
* synchronized clocks for lock expiry to occur at the correct time.
2828
* To ensure locks don't expire prematurely; the TTLs should be set with enough

0 commit comments

Comments
 (0)