Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JS.php

JS::$commentTokens

A list tokens that start and end comments.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Tokenizers/JS.php, line 242

Class

JS

Namespace

PHP_CodeSniffer\Tokenizers

Code

protected $commentTokens = [
    '//' => null,
    '/*' => '*/',
    '/**' => '*/',
];
RSS feed
Powered by Drupal