Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e984f0

Browse filesBrowse files
committed
Apply align_multiline_comment PHP-CS-Fixer rule
1 parent cc7cdf2 commit 6e984f0
Copy full SHA for 6e984f0

File tree

3 files changed

+2
-3
lines changed
Filter options

3 files changed

+2
-3
lines changed

‎src/Symfony/Component/Lock/Store/DoctrineDbalStore.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/DoctrineDbalStore.php
+1-1Lines 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

‎src/Symfony/Component/Lock/Store/PdoStore.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/PdoStore.php
+1-1Lines 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

‎src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
* {
6666
* }
6767
* }
68-
6968
*
7069
* @author Fabien Potencier <fabien@symfony.com>
7170
* @author Alexander M. Turek <me@derrabus.de>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.