Correct spelling
parent
9520571944
commit
90c4a5b15e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue