Skip to content

Commit cf83ba2

Browse files
committed
docs(LineLength): Method does not return anything, so return type is void
1 parent b477a41 commit cf83ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Generic/Sniffs/Files/LineLengthSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function process(File $phpcsFile, $stackPtr)
9292
* @param array $tokens The token stack.
9393
* @param int $stackPtr The first token on the next line.
9494
*
95-
* @return null|false
95+
* @return void
9696
*/
9797
protected function checkLineLength($phpcsFile, $tokens, $stackPtr)
9898
{

0 commit comments

Comments
 (0)