\Joomla_Sniffs_ControlStructures_ControlSignatureSniff
Verifies that control statements conform to their coding standards.
- Author: Greg Sherwood <gsherwood@squiz.net>
- Copyright: 2006 Squiz Pty Ltd (ABN 77 084 670 600)
- License: http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence
Synopsis
class Joomla_Sniffs_ControlStructures_ControlSignatureSniff
extends PHP_CodeSniffer_Standards_AbstractPatternSniff
{
- // methods
- public void __construct()
- protected array(string) getPatterns()
- protected return_type processPattern()
Hierarchy
Tasks
Tasks
Line | Task |
---|---|
88 | disabled - This is a special sniff for the Joomla! CMS to exclude |
Methods
protected
- getPatterns() — Returns the patterns that this test wishes to verify.
- processPattern() — Process a pattern.