You are here

public property ArraySniff::$lineLimit in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Arrays/ArraySniff.php \Drupal\Sniffs\Arrays\ArraySniff::lineLimit

The limit that the length of a line should not exceed.

This can be configured to have a different value but the default is 80.

Type: integer

File

coder_sniffer/Drupal/Sniffs/Arrays/ArraySniff.php, line 38

Class

ArraySniff
ArraySniff.

Namespace

Drupal\Sniffs\Arrays

Code

public $lineLimit = 80;