Skip to content

Commit 1d7c2ed

Browse files
committed
Fix CS
1 parent ceb5995 commit 1d7c2ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PSR2R/Sniffs/ControlStructures/ConditionalExpressionOrderSniff.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ protected function applyFix(File $phpCsFile,
167167
$leftIndexStart,
168168
$leftIndexEnd,
169169
$rightIndexStart,
170-
$rightIndexEnd) {
170+
$rightIndexEnd
171+
) {
171172
$tokens = $phpCsFile->getTokens();
172173

173174
$token = $tokens[$index];

0 commit comments

Comments
 (0)