1
0
Fork 0

Correct spelling

pull/153/head
Felix Becker 2016-11-17 15:53:46 +01:00 committed by GitHub
parent 9520571944
commit 90c4a5b15e
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ abstract class Formatter
$config = new Config(['dummy'], false); $config = new Config(['dummy'], false);
$config->standards = self::findConfiguration($path); $config->standards = self::findConfiguration($path);
// Autoload class to sets up a bunch // Autoload class to set up a bunch of PHP_CodeSniffer-specific token type constants
// of PHP_CodeSniffer-specific token type constants.
spl_autoload_call(Tokens::class); spl_autoload_call(Tokens::class);
$file = new DummyFile($content, new Ruleset($config), $config); $file = new DummyFile($content, new Ruleset($config), $config);