Class: Zend_Sniffs_Files_LineLengthSniff
Source Location: /PHP_CodeSniffer-1.0.1/CodeSniffer/Standards/Zend/Sniffs/Files/LineLengthSniff.php
Generic_Sniffs_Files_LineLengthSniff
|
--Zend_Sniffs_Files_LineLengthSniff
Zend_Sniffs_Files_LineLengthSniff.
Author(s):
Version:
Copyright:
- 2006 Squiz Pty Ltd (ABN 77 084 670 600)
Inherited Variables
Inherited Methods
Class Details
[line 36]
Zend_Sniffs_Files_LineLengthSniff.
Checks all lines in the file, and throws warnings if they are over 80 characters in length and errors if they are over 120.
Class Variables
$absoluteLineLimit = 120
[line 53]
The limit that the length of a line must not exceed.
Set to zero (0) to disable.
Type:
int
Overrides:
Array
$lineLimit = 80
[line 44]
The limit that the length of a line should not exceed.
Type:
int
Overrides:
Array
Documentation generated on 2019年3月11日 15:15:58 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.