Home
last modified time | relevance | path

Searched refs:lineLimit (Results 1 – 2 of 2) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php40 public $lineLimit = 80; variable in Generic_Sniffs_Files_LineLengthSniff
134 if ($lineLength > $this->lineLimit
149 if (($nonBreakingLength + $indent) > $this->lineLimit) {
164 } else if ($lineLength > $this->lineLimit) {
166 $this->lineLimit,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php62 public $lineLimit = 20; variable in Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff
174 if ($lineDifference >= $this->lineLimit) {