File "ElseIfDeclarationUnitTest.inc.fixed"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed
File size: 179 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if ($something) {
} else if ($somethingElse) {
}

if ($something) {
} else if ($somethingElse) {
}

if ($something) {
} else if ($somethingElse) {
} else if ($another) {
}