File "InlineControlStructureUnitTest.2.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.2.inc
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

// Intentional parse error. Testing that the sniff is *not* triggered in this case.
if
elseif
else

// Just a stray comment, nothing to do with the control structure.