if (container != null
&& (container.getFirstRegion().getType()
.equals(TwigRegionContext.TWIG_OPEN) || container
.getFirstRegion().getType()
.equals(TwigRegionContext.TWIG_STMT_OPEN))) {
TwigFormatter phpFormatter = new TwigFormatter(
attribute.getStartOffset(), attribute.getEndOffset());
phpFormatter.format(attribute, contraints);
}
}
}