Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Apr 13, 2024
1 parent 6e1f054 commit 2a0480c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ protected function processReturn(File $phpcsFile, $stackPtr, $commentStart)
} else {
$end = $tokens[$commentStart]['comment_closer'];
}
}
}
}//end if
}//end foreach

if ($return !== null) {
$returnType = trim($tokens[($return + 2)]['content']);
Expand Down Expand Up @@ -328,6 +328,7 @@ protected function processReturn(File $phpcsFile, $stackPtr, $commentStart)
}//end if
}//end if
}//end if

$comment = '';
for ($i = ($return + 3); $i < $end; $i++) {
if ($tokens[$i]['code'] === T_DOC_COMMENT_STRING) {
Expand Down

0 comments on commit 2a0480c

Please sign in to comment.