comparison vendor/squizlabs/php_codesniffer/CodeSniffer.php @ 2:5311817fb629

Theme updates
author Chris Cannam
date Tue, 10 Jul 2018 13:19:18 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
1:0b0e5f3b1e83 2:5311817fb629
71 /** 71 /**
72 * The current version. 72 * The current version.
73 * 73 *
74 * @var string 74 * @var string
75 */ 75 */
76 const VERSION = '2.8.1'; 76 const VERSION = '2.9.1';
77 77
78 /** 78 /**
79 * Package stability; either stable, beta or alpha. 79 * Package stability; either stable, beta or alpha.
80 * 80 *
81 * @var string 81 * @var string
1799 $this->_tokenListeners, 1799 $this->_tokenListeners,
1800 $this->ruleset, 1800 $this->ruleset,
1801 $this 1801 $this
1802 ); 1802 );
1803 1803
1804 $phpcsFile->addError($error, null); 1804 $phpcsFile->addError($error, null, 'Internal.Exception');
1805 }//end try 1805 }//end try
1806 1806
1807 $cliValues = $this->cli->getCommandLineValues(); 1807 $cliValues = $this->cli->getCommandLineValues();
1808 1808
1809 if (PHP_CODESNIFFER_INTERACTIVE === false) { 1809 if (PHP_CODESNIFFER_INTERACTIVE === false) {