We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f9cbb9 + f9c252d commit 84a4697Copy full SHA for 84a4697
TwigCS/Environment/StubbedEnvironment.php
@@ -33,8 +33,8 @@ class StubbedEnvironment extends Environment
33
* @var TwigTest[]
34
*/
35
protected $stubTests = [
36
- 'divisible' => false, // Allow 'divisible by' filter
37
- 'same' => false, // Allow 'same as' filter
+ 'divisible' => false, // Allow 'divisible by'
+ 'same' => false, // Allow 'same as'
38
];
39
40
public function __construct()
0 commit comments