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

Breadcrumb

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

EndFileNewlineSniff::$supportedTokenizers

Same name in this branch
  1. 11.1.x vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php \Drupal\Sniffs\Files\EndFileNewlineSniff::supportedTokenizers

A list of tokenizers this sniff supports.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php, line 23

Class

EndFileNewlineSniff

Namespace

PHP_CodeSniffer\Standards\Generic\Sniffs\Files

Code

public $supportedTokenizers = [
    'PHP',
    'JS',
    'CSS',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal