comparison vendor/squizlabs/php_codesniffer/CodeSniffer.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
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) {