From 90c4a5b15ef3a429eaf3220cf6d8c810e8ae388c Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Thu, 17 Nov 2016 15:53:46 +0100 Subject: [PATCH] Correct spelling --- src/Formatter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Formatter.php b/src/Formatter.php index 72128f0..d4a81bb 100644 --- a/src/Formatter.php +++ b/src/Formatter.php @@ -42,8 +42,7 @@ abstract class Formatter $config = new Config(['dummy'], false); $config->standards = self::findConfiguration($path); - // Autoload class to sets up a bunch - // of PHP_CodeSniffer-specific token type constants. + // Autoload class to set up a bunch of PHP_CodeSniffer-specific token type constants spl_autoload_call(Tokens::class); $file = new DummyFile($content, new Ruleset($config), $config);