File "DuplicateClassNameUnitTest.4.inc"

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

<?php
namespace C;
class MyClass {}
interface MyInterface {}
?>