Subversion Repositories Applications.framework

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 34
Line 9... Line 9...
9
 * @package   PHP_CodeSniffer
9
 * @package   PHP_CodeSniffer
10
 * @author    Greg Sherwood <gsherwood@squiz.net>
10
 * @author    Greg Sherwood <gsherwood@squiz.net>
11
 * @author    Marc McIntyre <mmcintyre@squiz.net>
11
 * @author    Marc McIntyre <mmcintyre@squiz.net>
12
 * @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600)
12
 * @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600)
13
 * @license   http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence
13
 * @license   http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence
14
 * @version   CVS: $Id: CodeSniffer.php,v 1.88 2009/01/05 00:18:20 squiz Exp $
14
 * @version   CVS: $Id: CodeSniffer.php 34 2009-04-09 07:34:39Z aurelien $
15
 * @link      http://pear.php.net/package/PHP_CodeSniffer
15
 * @link      http://pear.php.net/package/PHP_CodeSniffer
16
 */
16
 */
Line 17... Line 17...
17
 
17