mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
fixed CS
This commit is contained in:
@@ -358,6 +358,7 @@ function twig_random(Environment $env, $values = null, $max = null)
|
||||
$min = $values;
|
||||
$max = $max;
|
||||
}
|
||||
|
||||
return mt_rand($min, $max);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user