public property Drupal_Sniffs_Files_LineLengthSniff::$lineLimit in Coder 7.2
The limit that the length of a line should not exceed.
Type: int
File
- coder_sniffer/
Drupal/ Sniffs/ Files/ LineLengthSniff.php, line 28
Class
- Drupal_Sniffs_Files_LineLengthSniff
- Checks comment lines in the file, and throws warnings if they are over 80 characters in length.
Code
public $lineLimit = 80;