You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicfunctiongetTests()
{
return [
/** * A description for this test. */new \Twig\TwigTest('numeric', function ($value) {
returnis_numeric($value);
}),
];
}
I use the custom test.
{% ifnomenclature_item_idisnumeric %}
I would like the highlight for it, also description and autocomplete.
Thank you.
The text was updated successfully, but these errors were encountered:
I've extended AbstractExtension:
I use the custom test.
I would like the highlight for it, also description and autocomplete.
Thank you.
The text was updated successfully, but these errors were encountered: