Source for file ScopeIndentSniff.php
Documentation is available at ScopeIndentSniff.php
* PEAR_Sniffs_Whitespace_ScopeIndentSniff.
* @package PHP_CodeSniffer
* @author Greg Sherwood <gsherwood@squiz.net>
* @author Marc McIntyre <mmcintyre@squiz.net>
* @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600)
* @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence
* @version CVS: $Id: ScopeIndentSniff.php,v 1.12 2008/03/03 02:51:39 squiz Exp $
* @link http://pear.php.net/package/PHP_CodeSniffer
if (class_exists('Generic_Sniffs_WhiteSpace_ScopeIndentSniff', true ) === false ) {
$error = 'Class Generic_Sniffs_WhiteSpace_ScopeIndentSniff not found';
* PEAR_Sniffs_Whitespace_ScopeIndentSniff.
* Checks that control structures are structured correctly, and their content
* @package PHP_CodeSniffer
* @author Greg Sherwood <gsherwood@squiz.net>
* @author Marc McIntyre <mmcintyre@squiz.net>
* @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600)
* @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence
* @version Release: 1.1.0a1
* @link http://pear.php.net/package/PHP_CodeSniffer
* Any scope openers that should not cause an indent.
Documentation generated on Sun, 20 Apr 2008 21:02:00 -0400 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.
|