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

Breadcrumb

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

RequireExplicitBooleanOperatorPrecedenceSniff::$searchTargets

Array of tokens this test searches for to find either a boolean operator or the start of the current (sub-)expression. Used for performance optimization purposes.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/RequireExplicitBooleanOperatorPrecedenceSniff.php, line 46

Class

RequireExplicitBooleanOperatorPrecedenceSniff

Namespace

PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis

Code

private $searchTargets = [];

API Navigation

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