Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DisallowMultipleStyleDefinitionsSniff.php
DisallowMultipleStyleDefinitionsSniff::$supportedTokenizers
A list of tokenizers this sniff supports.
Type:
string[]
File
vendor/
squizlabs/
php_codesniffer/
src/
Standards/
Squiz/
Sniffs/
CSS/
DisallowMultipleStyleDefinitionsSniff.php
, line 25
Class
DisallowMultipleStyleDefinitionsSniff
Namespace
PHP_CodeSniffer\Standards\Squiz\Sniffs\CSS
Code
public $supportedTokenizers = [
'CSS'
, ];
RSS feed