Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php78 $this->checkLineLength($phpcsFile, $tokens, $i);
82 $this->checkLineLength($phpcsFile, $tokens, $i);
99 protected function checkLineLength(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr) function in Generic_Sniffs_Files_LineLengthSniff