<?php
if (class_exists('Generic_Sniffs_Files_LineLengthSniff', true) === false) {
throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_Files_LineLengthSniff not found');
}
/**
* Set line length limit to 120.
*/
class P4CMS_Sniffs_Files_LineLengthSniff extends Generic_Sniffs_Files_LineLengthSniff
{
protected $lineLimit = 120;
protected $absoluteLineLimit = 120;
}
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/tests/codesniffer/P4CMS/Sniffs/Files/LineLengthSniff.php |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|