Skip to content

Commit

Permalink
The helper returns a Boolean, not void.
Browse files Browse the repository at this point in the history
  • Loading branch information
xjm committed Aug 13, 2020
1 parent 826f7e8 commit b598112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ protected function checkSpacingAfterParamName(File $phpcsFile, $param, $maxVar,
* in the stack passed in $tokens.
* @param int $commentStart The position in the stack where the comment started.
*
* @return void
* @return boolean TRUE if the docblock contains only {@inheritdoc} (case-insensitive).
*/
protected function checkInheritdoc(File $phpcsFile, $stackPtr, $commentStart)
{
Expand Down

0 comments on commit b598112

Please sign in to comment.