Joomla_Sniffs_ControlStructures_ControlSignatureSniff::processPattern
Process a pattern.
Returns if we are inside a "tmpl" folder - workaround for the Joomla! CMS :(
Signature
protected function processPattern(array
$patternInfo,
PHP_CodeSniffer_File
$phpcsFile,
integer
$stackPtr )
Parameters
-
$patternInfo
- Information about the pattern used for checking, which includes are
-
$phpcsFile
- The PHP_CodeSniffer file where the token occured.
-
$stackPtr
- The postion in the tokens stack where the listening token type was found.
Returns
- return_type
Tasks
Line | Task |
---|---|
88 | disabled - This is a special sniff for the Joomla! CMS to exclude |