Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc
<?php
function myFunction($variable) {
    // $variable is unused.
    echo 'hi';
}
?>