File "DuplicateClassNameUnitTest.5.inc"

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

<?php
namespace C;
class MyClass {}
interface YourInterface {}

namespace D;
class MyClass {}
?>