From f9c252d8405d8493188423098b1bcc57fb6669f6 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 7 Jul 2019 20:50:19 +0200 Subject: [PATCH] :lipstick: Fix comment --- TwigCS/Environment/StubbedEnvironment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()