File "DisallowShortOpenTagUnitTest.1.inc.fixed"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.1.inc.fixed
File size: 163 bytes
MIME-type: text/plain
Charset: utf-8

<div>
<?php echo $var; ?>
Some content here.

<?php echo $var; ?>
Some content <?php echo $var ?> Some more content
<?php echo
$var;
?>
<?php echo $var; ?>
</div>