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

Breadcrumb

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

LowerCaseConstantSniff::$targets

The tokens this sniff is targetting.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php, line 34

Class

LowerCaseConstantSniff

Namespace

PHP_CodeSniffer\Standards\Generic\Sniffs\PHP

Code

private $targets = [
    T_TRUE => T_TRUE,
    T_FALSE => T_FALSE,
    T_NULL => T_NULL,
];

API Navigation

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