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

Breadcrumb

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

MultipleStatementAlignmentSniff::$maxPadding

The maximum amount of padding before the alignment is ignored.

If the amount of padding required to align this assignment with the surrounding assignments exceeds this number, the assignment will be ignored and no errors or warnings will be thrown.

Type: integer

File

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php, line 48

Class

MultipleStatementAlignmentSniff

Namespace

PHP_CodeSniffer\Standards\Generic\Sniffs\Formatting

Code

public $maxPadding = 1000;

API Navigation

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