File "DisallowShortOpenTagUnitTest.2.inc.fixed"

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

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