Loading coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ class ClassDefinitionNameSpacingSniff implements Sniff /** * Returns the token types that this sniff is interested in. * * @return int[] * @return array<int, int|string> */ public function register() { Loading coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class InlineCommentSniff implements Sniff * @param int $stackPtr The position of the current token in the * stack passed in $tokens. * * @return void * @return int|void */ public function process(File $phpcsFile, $stackPtr) { Loading coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ class EndFileNewlineSniff implements Sniff * @param int $stackPtr The position of the current token in * the stack passed in $tokens. * * @return void * @return int|void */ public function process(File $phpcsFile, $stackPtr) { Loading coder_sniffer/Drupal/Sniffs/Files/FileEncodingSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ class FileEncodingSniff implements Sniff * @param int $stackPtr The position of the current token in * the stack passed in $tokens. * * @return void * @return int|void */ public function process(File $phpcsFile, $stackPtr) { Loading coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ class LineLengthSniff extends GenericLineLengthSniff * @param array $tokens The token stack. * @param int $stackPtr The first token on the next line. * * @return void * @return false|null */ protected function checkLineLength($phpcsFile, $tokens, $stackPtr) { Loading Loading
coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ class ClassDefinitionNameSpacingSniff implements Sniff /** * Returns the token types that this sniff is interested in. * * @return int[] * @return array<int, int|string> */ public function register() { Loading
coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class InlineCommentSniff implements Sniff * @param int $stackPtr The position of the current token in the * stack passed in $tokens. * * @return void * @return int|void */ public function process(File $phpcsFile, $stackPtr) { Loading
coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ class EndFileNewlineSniff implements Sniff * @param int $stackPtr The position of the current token in * the stack passed in $tokens. * * @return void * @return int|void */ public function process(File $phpcsFile, $stackPtr) { Loading
coder_sniffer/Drupal/Sniffs/Files/FileEncodingSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ class FileEncodingSniff implements Sniff * @param int $stackPtr The position of the current token in * the stack passed in $tokens. * * @return void * @return int|void */ public function process(File $phpcsFile, $stackPtr) { Loading
coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ class LineLengthSniff extends GenericLineLengthSniff * @param array $tokens The token stack. * @param int $stackPtr The first token on the next line. * * @return void * @return false|null */ protected function checkLineLength($phpcsFile, $tokens, $stackPtr) { Loading