Passed
Push — master ( babb15...dce763 )
by Emanuele
01:14 queued 13s
created
Twig/Extension/FeatureExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     public function getTests()
42 42
     {
43 43
         return [
44
-            new Twig_SimpleTest('granted feature', function (array $arguments) {
44
+            new Twig_SimpleTest('granted feature', function(array $arguments) {
45 45
                 return $this->isGranted(...$arguments);
46 46
             }),
47 47
         ];
Please login to merge, or discard this patch.