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

Breadcrumb

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

BooleanOperatorPlacementSniff::$allowOnly

Used to restrict the placement of the boolean operator.

Allowed value are "first" or "last".

Type: string|null

File

vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/ControlStructures/BooleanOperatorPlacementSniff.php, line 25

Class

BooleanOperatorPlacementSniff

Namespace

PHP_CodeSniffer\Standards\PSR12\Sniffs\ControlStructures

Code

public $allowOnly = null;

API Navigation

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