public property ArraySniff::$lineLimit in Coder 8.3
Same name and namespace in other branches
- 8.3.x 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\ArraysCode
public $lineLimit = 80;