Skip to content

Commit

Permalink
docs(LineLength): Method does not return anything, so return type is …
Browse files Browse the repository at this point in the history
…void
  • Loading branch information
klausi committed Jan 12, 2020
1 parent b477a41 commit cf83ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Standards/Generic/Sniffs/Files/LineLengthSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function process(File $phpcsFile, $stackPtr)
* @param array $tokens The token stack.
* @param int $stackPtr The first token on the next line.
*
* @return null|false
* @return void
*/
protected function checkLineLength($phpcsFile, $tokens, $stackPtr)
{
Expand Down

0 comments on commit cf83ba2

Please sign in to comment.