You are here

public property EndFileNewlineSniff::$supportedTokenizers in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php \Drupal\Sniffs\Files\EndFileNewlineSniff::supportedTokenizers
  2. 8.2 coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php \Drupal\Sniffs\Files\EndFileNewlineSniff::supportedTokenizers

A list of tokenizers this sniff supports.

Type: array

File

coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php, line 34

Class

EndFileNewlineSniff
Ensures the file ends with a newline character.

Namespace

Drupal\Sniffs\Files

Code

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