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 9beec13 + 80a77b2 commit 805a764Copy full SHA for 805a764
src/Context.php
@@ -140,7 +140,7 @@ public static function create($options, $template)
140
'safestring' => '\\LightnCandy\\SafeString',
141
'safestringalias' => isset($options['safestring']) ? $options['safestring'] : 'LS',
142
'rawblock' => false,
143
- 'funcprefix' => isset($options['funcprefix']) && is_callable($options['funcprefix']) ? $options['funcprefix']( $options, $template ) : uniqid('lcr')
+ 'funcprefix' => isset($options['funcprefix']) && is_callable($options['funcprefix']) ? $options['funcprefix']( $options, $template ) : uniqid('lcr'),
144
);
145
146
$context['ops'] = $context['flags']['echo'] ? array(
0 commit comments