Loading coder_sniffer/Drupal/Sniffs/Commenting/DocCommentSniff.php +0 −10 Original line number Diff line number Diff line Loading @@ -26,16 +26,6 @@ use PHP_CodeSniffer\Sniffs\Sniff; class DocCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. Loading coder_sniffer/Drupal/Sniffs/Commenting/FileCommentSniff.php +0 −11 Original line number Diff line number Diff line Loading @@ -30,17 +30,6 @@ class FileCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. * Loading coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php +0 −10 Original line number Diff line number Diff line Loading @@ -28,16 +28,6 @@ use PHP_CodeSniffer\Util\Tokens; class InlineCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. Loading coder_sniffer/Drupal/Sniffs/Commenting/PostStatementCommentSniff.php +0 −7 Original line number Diff line number Diff line Loading @@ -24,13 +24,6 @@ use PHP_CodeSniffer\Sniffs\Sniff; class PostStatementCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = ['PHP']; /** * Returns an array of tokens this test wants to listen for. Loading coder_sniffer/Drupal/Sniffs/ControlStructures/ControlSignatureSniff.php +0 −10 Original line number Diff line number Diff line Loading @@ -27,16 +27,6 @@ use PHP_CodeSniffer\Util\Tokens; class ControlSignatureSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. Loading Loading
coder_sniffer/Drupal/Sniffs/Commenting/DocCommentSniff.php +0 −10 Original line number Diff line number Diff line Loading @@ -26,16 +26,6 @@ use PHP_CodeSniffer\Sniffs\Sniff; class DocCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. Loading
coder_sniffer/Drupal/Sniffs/Commenting/FileCommentSniff.php +0 −11 Original line number Diff line number Diff line Loading @@ -30,17 +30,6 @@ class FileCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. * Loading
coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php +0 −10 Original line number Diff line number Diff line Loading @@ -28,16 +28,6 @@ use PHP_CodeSniffer\Util\Tokens; class InlineCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. Loading
coder_sniffer/Drupal/Sniffs/Commenting/PostStatementCommentSniff.php +0 −7 Original line number Diff line number Diff line Loading @@ -24,13 +24,6 @@ use PHP_CodeSniffer\Sniffs\Sniff; class PostStatementCommentSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = ['PHP']; /** * Returns an array of tokens this test wants to listen for. Loading
coder_sniffer/Drupal/Sniffs/ControlStructures/ControlSignatureSniff.php +0 −10 Original line number Diff line number Diff line Loading @@ -27,16 +27,6 @@ use PHP_CodeSniffer\Util\Tokens; class ControlSignatureSniff implements Sniff { /** * A list of tokenizers this sniff supports. * * @var array<string> */ public $supportedTokenizers = [ 'PHP', 'JS', ]; /** * Returns an array of tokens this test wants to listen for. Loading