File "OneObjectStructurePerFileUnitTest.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneObjectStructurePerFileUnitTest.inc
File size: 126 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
class foo {

}

class bar {

}

class baz {

}

trait barTrait {

}

interface barInterface {

}

enum barEnum {

}

?>