File "UnconditionalIfStatementUnitTest.inc"

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

<?php

if (true) {

} else if (false) {
    
} elseif (true) {
    
}

if (file_exists(__FILE__) === true) {
    
}