File "DuplicateClassNameUnitTest.2.inc"

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

<?php
class MyClass {}
interface MyInterface {}
trait MyTrait {}
enum MyEnum {}
?>