diff --git a/TwigCS/Environment/StubbedEnvironment.php b/TwigCS/Environment/StubbedEnvironment.php index 0ab4d7c..fb20e0a 100644 --- a/TwigCS/Environment/StubbedEnvironment.php +++ b/TwigCS/Environment/StubbedEnvironment.php @@ -33,8 +33,8 @@ class StubbedEnvironment extends Environment * @var TwigTest[] */ protected $stubTests = [ - 'divisible' => false, // Allow 'divisible by' filter - 'same' => false, // Allow 'same as' filter + 'divisible' => false, // Allow 'divisible by' + 'same' => false, // Allow 'same as' ]; public function __construct()