File "CodeAnalyzerUnitTest.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc
File size: 87 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
function myFunction($variable) {
    // $variable is unused.
    echo 'hi';
}
?>