diff 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
line wrap: on
line diff
--- a/vendor/squizlabs/php_codesniffer/CodeSniffer.php	Thu Jul 05 15:32:06 2018 +0100
+++ b/vendor/squizlabs/php_codesniffer/CodeSniffer.php	Tue Jul 10 13:19:18 2018 +0000
@@ -73,7 +73,7 @@
      *
      * @var string
      */
-    const VERSION = '2.8.1';
+    const VERSION = '2.9.1';
 
     /**
      * Package stability; either stable, beta or alpha.
@@ -1801,7 +1801,7 @@
                 $this
             );
 
-            $phpcsFile->addError($error, null);
+            $phpcsFile->addError($error, null, 'Internal.Exception');
         }//end try
 
         $cliValues = $this->cli->getCommandLineValues();