Skip to content

Commit 58311da

Browse files
committed
Fix code review issue
1 parent 5989405 commit 58311da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/Magento/Sniffs/Commenting/FunctionCommentSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ protected function processParams(File $phpcsFile, $stackPtr, $commentStart)
460460
$phpcsFile->fixer->replaceToken(($param['tag'] + 2), $content);
461461

462462
// Fix up the indent of additional comment lines.
463-
foreach ($param['commentLines'] as $lineNum) {
463+
foreach ($param['commentLines'] as $lineNum => $line) {
464464
if ($lineNum === 0
465465
|| $param['commentLines'][$lineNum]['indent'] === 0
466466
) {

0 commit comments

Comments
 (0)