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

Breadcrumb

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

LineLengthSniff::$absoluteLineLimit

Same name in this branch
  1. 11.1.x vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/LineLengthSniff.php \PHP_CodeSniffer\Standards\Generic\Sniffs\Files\LineLengthSniff::absoluteLineLimit

The limit that the length of a line must not exceed. But just check the line length of comments....

Set to zero (0) to disable.

Type: integer

Overrides LineLengthSniff::$absoluteLineLimit

File

vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php, line 42

Class

LineLengthSniff
Checks comment lines in the file, and throws warnings if they are over 80 characters in length.

Namespace

Drupal\Sniffs\Files

Code

public $absoluteLineLimit = 0;

API Navigation

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